> Is your session.save_path set to /tmp? It's my understanding that you
> should
> specify a directory for saving session data -- or use a database --
that
> /tmp is subject to garbage collection, and specifying a directory
prevents
> that. I made this change to a site recently. In tests prior to t
> From: "freaky deaky" <[EMAIL PROTECTED]>
>
> i am experiencing a major problem with sessions expiring randomly in some of
> my
> apps. i will log in and start clicking around and then i will eventually
> arrive at a page that tells me that i'm not logged in anymore. this happens
> apparently ra
Make sure that the url is always the same. For example if a user is at a
page http://mysite.com/phpscript.php and you link to
http://www.mysite.com/phpscript.php (notice the www) the session might not
follow because the url is different.
-Original Message-
From: freaky deaky [mailto:[EMAIL
3 matches
Mail list logo