DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37356>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37356





------- Additional Comments From [EMAIL PROTECTED]  2006-06-09 13:50 -------
There seems to be an argument about two separate things. The bug is that session
management is broken. The poster wants it fixed and I think all the respondents
want it fixed. Plain and simple.

The second thing is that there is this feature to allow long requests with short
session expirations, and it happens to be the thing that doesn't work and is
breaking the session management. You have made it abundantly clear that you
thing the feature is utterly idiotic. That's nice, I am glad you can share your
emotions so freely, but as far as I am concerned, the feature is just breaking
something which should fundamentally just work and it needs to be fixed. 

The bottom line is, I don't think myself or anyone else on this thread wants to
add unnecessary syncs just to fix this problem. You keep responding as if that
is what everyone wants. What people want is a fix. If the "no expiration while
request is in progress" feature is an absolute must have, then you must sync. If
it is not, then kill the feature or make it optional. I am not fighting for this
feature. I just want session management to work!

(In reply to comment #44)
> (In reply to comment #42)
> > In conclusion, I believe that Matthias Ernst in comment #35 is exactly 
> > right,
> > either a sync must be done or Atomics must be used. Otherwise the session
> > management code as it exists now will be very broken on multiprocessor 
> > machines.
> 
> Very funny. Adding two syncs part of every request just to provide support 
> for a
> really stupid feature is not acceptable. The actual options are:
> - remove the "no expire while requests are in progress" feature by default, 
> with
> an option to use the feature with full syncs for the two people that actually
> need it
> - force expire of abnormally long sessions regardless of the accessCount value
> (many times over the session expiration time, with a minimum amount of time 
> of a
> few hours)
> 



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to