Posted by Alex on 02/24/06 19:39
Make sure all of the files inside the "authenticated" umbrella have
session_start() on it at the top. The only other thing that comes to
mind is if your pages are not all on the same server/domain, that would
cause the browser to have multiple session id's. Also check to be sure
the PHPSESSIONID variable is configured in php.ini to be passed via
cookie instead of url.
Alex
http://prepared-statement.blogspot.com
http://learn2host.blogspot.com
[Back to original message]
|