I suppose you use

session.invalidate();

and then try to remove any values from the session?

Well, you can't. The session is marked for deletion and therefore you get
the ConcurrentModificationException.

session.invalidate() should be enough...

Johan
----- Original Message -----
From: "Arun Jayaprakash" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 9:56 AM
Subject: java.util.ConcurrentModificationException


> Hello everybody,
>
> I recently switched over from Apache Tomcat v3.2.1 to Orion
> v1.4.5. I deployed an application (that I had developed
> with Tomcat) using Orion and did the necessary configuring.
> The application works fine until the point when I logout.
> Tomcat never gave any trouble, but Orion keeps throwing a
> java.util.ConcurrentModificationException. This exception
> occurs when I remove all the attributes in my session
> object.
>
> Can anybody tell me why this happens and how to remove it?
>
> Thanks and regards,
> Arun Jayaprakash.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/


Reply via email to