Hello All,
 
Sorry if this question was asked already.
I have used session tracking to maintane some info of the user.
(This question is valid if cookies are used for session tracking).
The deafult session timeout is 30 mins or the session will be invalidated
if the browser is closed.
Now i have tought that it would be better that the session won't be invalidated
if the browser is closed.
So i want to achive that a session to have a lifetime of 30 mins no matter if
the borwser is closed or not.
I have tought to MANUALLY set a cookie that expires after 30 mins.
Now my question is:
    - How can i set manually the cookie wich was set originally by the 'session
tracker' ? Or what should i do to resolve this problem with minimal changes
(not to do session tracking myself) ?
 
   - How can i treate correctly the time (30 min) for diferent timezones?
 
 
p.s. Sorry if my question is not to clear..
 
Thank You,
                Andras. 
 
 
 
 
 
 
 
 

Reply via email to