[rt-users] User session timeout

2007-10-24 Thread Thierry Thelliez
Hi all, I would like to install a user session timeout but could not figure out how to do it. A post, in 2003 at http://lists.fsck.com/pipermail/rt-users/2003-November/018798.html, points to the SetupSessionCookie file (share/html/Elements/SetupSessionCookie) but how do you refresh the cookie at

Re: [rt-users] User session timeout

2007-10-24 Thread Ruslan Zakirov
just comment if ( !$cookies{$cookiename} ) { and closing }, then clean mason cache and it should work. On 10/25/07, Thierry Thelliez [EMAIL PROTECTED] wrote: Hi all, I would like to install a user session timeout but could not figure out how to do it. A post, in 2003 at

Re: [rt-users] User session timeout

2007-10-24 Thread Thierry Thelliez
Thanks. One more question: would you know how to set the length of the timeout? I need 30 minutes. Thierry On 10/24/07, Ruslan Zakirov [EMAIL PROTECTED] wrote: just comment if ( !$cookies{$cookiename} ) { and closing }, then clean mason cache and it should work.