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: Open
Resolution: None
Priority: 5
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: 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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to