Date: 04/13/01
- Next message: Jeffrey A. Stuart: "RE: [phplib] The future of PHPlib"
- Previous message: Marius Andreiana: "Re: [phplib] multiples PHPLIB applications on the same server"
- In reply to: Matt Williams: "[phplib] per session cookies expiring after e15 mins"
- Next in thread: Maxim Derkachev: "Re[2]: [phplib] per session cookies expiring after e15 mins"
- Reply: Maxim Derkachev: "Re[2]: [phplib] per session cookies expiring after e15 mins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Matt,
> I'm using per session cookies within an application but if the page is left
> for more than about 15 mins, the session expires.
> $lifetime is set to 0 in my local.inc.
If you don't use Example_Session class (from local.inc) for session, modify the
$lifetime from your class.
If you use Example class, that is an error, and I don't know a solution.
> Is there a way I can set up per session cookies to only expire when the
> browser is closed and not before?
Bogdan Morar
www.bogmor.com
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Jeffrey A. Stuart: "RE: [phplib] The future of PHPlib"
- Previous message: Marius Andreiana: "Re: [phplib] multiples PHPLIB applications on the same server"
- In reply to: Matt Williams: "[phplib] per session cookies expiring after e15 mins"
- Next in thread: Maxim Derkachev: "Re[2]: [phplib] per session cookies expiring after e15 mins"
- Reply: Maxim Derkachev: "Re[2]: [phplib] per session cookies expiring after e15 mins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

