[Cgi-session-user] multiuser Session mgmt
Brought to you by:
sherzodr
From: Senthil N. <rs...@gm...> - 2005-11-18 07:56:29
|
Hi, I read through the CGI::Session tutorial and implemented most of the features of this module for my application. Found a problem with this module or Dont know i ditn handle it properly, I implemented session mgmt using this module for multi user environment and noticed separate sessions are maintained for every user. But when any one o= f the session is activated after some idle time, all the other sessions are also activated in the server, i.e, the access time / change time is modifie= d for all the sessions in the server. I found that the cgisess_<session id> file time is modified for all the session when one session is activated in the browser. How can i handle this in my application. Only the session related to the particular user has to be touched in the server. The time for other session= s should not be modified. Thanks Senthil Nathan R |