Hi all,
i have a big problem with session-managment in php4. I want to realize a password-login. But this should be able on two servers. on one server there is running the login-form which sends per get the login-dates to a script on the other server. When the login-dates are correct it starts the session and loads the first secure site on the first server. In every html/php file on the first server is a file included which checks if the session is registered. this file is stored on the second webserver.
thanks in advance for your help
Thomas