Posted by Mike P2 on 05/11/07 21:42
On May 11, 5:33 pm, "Jim Carlock" <anonym...@127.0.0.1> wrote:
> I have a problem where session cookies get left inside
> the temporary folder. Is this a common problem or is
> there perhaps something I've over looked - there a
> way to make sure the session variables get cleaned up?
>
> --
> Jim Carlock
> Post replies to the group.
Check out session.cookie_lifetime in php.ini, set it to 0 to make the
browser expire the cookie when it closes.
http://php.net/session#session.configuration
-Mike PII
[Back to original message]
|