Re: [Catalyst] reset session timeout

2007-08-20 Thread Moritz Onken
, August 11, 2007 7:37 PM To: The elegant MVC web framework Subject: [Catalyst] reset session timeout Hi, I don't know if it's a feature or a bug: Is use session state cookie. After I login the time when the cookie will expire is set to time_now + 2 hours. That's fine. But this point in time will never

[Catalyst] reset session timeout

2007-08-11 Thread Moritz Onken
Hi, I don't know if it's a feature or a bug: Is use session state cookie. After I login the time when the cookie will expire is set to time_now + 2 hours. That's fine. But this point in time will never be updated whether I browse the page or not. The point is I'll get logged out 2 hours after

Re: [Catalyst] reset session timeout

2007-08-11 Thread Bill Moseley
On Sat, Aug 11, 2007 at 07:36:56PM +0200, Moritz Onken wrote: Hi, I don't know if it's a feature or a bug: Is use session state cookie. After I login the time when the cookie will expire is set to time_now + 2 hours. That's fine. But this point in time will never be updated whether I