phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #3332] Cookie Session Expiration Bug


From: nobody
Subject: [Phpgroupware-tracker] [Bug #3332] Cookie Session Expiration Bug
Date: Fri, 25 Apr 2003 16:05:49 -0400

=================== BUG #3332: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3332&group_id=509

Submitted by: adamhull                Project: phpGroupWare                 
Submitted on: Fri 04/25/2003 at 20:05
Category:  API - phpGWapi             Bug Group:  None                      
Severity:  5 - Major                  Priority:  High                       
Resolution:  None                     Assigned to:  None                    
Status:  Open                         Component Version:  None              
Platform Version:  None               Reproducibility:  Every Time          

Summary:  Cookie Session Expiration Bug

Original Submission:  Using cookie sessions, if a user stays logged in and the 
cookie expires, the user is experiences being logged out and cannot log in 
again. In reality what is happening is phpgroupware is not killing the session 
and will not let the user log in again. If you manually call logout.php or 
restart the users browser, the user can log in again.

Here what skwashd reccommends be done:
<skwashd> the session cookies are being interpreted wrongly after a session 
time out
<skwashd> and so phpgw is getting confused
<skwashd> but .... if you call logout manually it resolves the issue
<fixe> ah, hmmm. so maybe we can have phpgw kill dead sessions?
<skwashd> so .....
<skwashd> we need the index page to check if the session is dead ....
<skwashd> if yes then throw the user to login ... after killing the session
<skwashd> if no ... continue on as usual
----------
I am making an attempt at this but I cannot yet figure out how phpgw determines 
if a session has ended. The cookie itself does nto appear to have a timestamp, 
it only says "expires when session has ended". - Adam (fixe)



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3332&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]