Re: [Cgi-session-user] Regarding session expiry
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2007-07-26 21:32:35
|
On Thursday 26 July 2007 17:18, Jahangir Mohammed wrote: > Hello , > > I have a weird problem. > > Problem : The session doesnt expire at all in my cgi script. > > Purpose : To expire the session and show the user login form > after the user is idle for 2 minutes. > > Details: > I am using CGI::Session's 4.20 version. Did you remember to call "$session->flush()" before your script exits? Mark |