Patches item #1041795, was opened at 2004-10-06 23:16
Message generated for change (Comment added) made by cito
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1041795&group_id=4866
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch to update lastAccessTime in Session
Initial Comment:
This is a patch to update the lastAccessTime attribute
in WebKit.Session whenever the value dictionary is
accessed. I believe that this is the expected
behaviour. The code prior to this patch only updates
the lastAccessTime on a new Transaction or on awake().
awake() is not always called, so sessions sometimes go
prematurely stale.
----------------------------------------------------------------------
>Comment By: Christoph Zwerschke (cito)
Date: 2007-04-22 20:48
Message:
Logged In: YES
user_id=193957
Originator: NO
Closing this now.
----------------------------------------------------------------------
Comment By: Christoph Zwerschke (cito)
Date: 2006-07-08 21:17
Message:
Logged In: YES
user_id=193957
I'm not sure whether this is a good idea because of its
impact on performance if you call time() for every session
value you access. Actually, awake() should be called
whenever a servlet with a session is accessed. If awake() is
not called, this rather indicates that something is going
wrong. So I haven't checked this in, but I keep this patch
open for review by others and since you diff'ed tabs against
spaces, I attached a better diff file.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1041795&group_id=4866
|