In message <[EMAIL PROTECTED]>, Quinton McCombs <[EMAIL PROTECTED]> writes
I just got the following error during login.  I suppose this is why the
code originally get an array and steped through it that way.  I just
wonder why.  I would have thought that the session would only be
modified in the current thread...

You can never assume this. The session is available to _all_ request threads that deliver the session identifier as part of the request, which may well be several simultaneous requests.


2003-03-19 14:57:43,451 [Thread-17] ERROR
org.apache.turbine.Turbine- Turbine.handleException:
java.util.ConcurrentModificationException      at

I don't think this is the problem here though, but I see you've changed the code to fix it anyhow.


--
Sean K. Legassick
[EMAIL PROTECTED]
        informage - http://informage.net - who can tell

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



Reply via email to