Posted by magic_hat60622 on 10/27/06 00:27
Hi all. I've got an app that dumps a user id into a session after
successful login. the login page is http://www.mydomain.com/login.php.
If the user visits pages on my site without the www (i.e.,
http://mydomain.com/foo.php), the session works fine and login state is
maintained.
If he visits http://www.mydomain.com/foo.php, the app drops the
logged-in state.
Any idea how to fix this? I'm running php 4.4.1 w/ linux apache.
[Back to original message]
|