Yes you can, but the only safe way is to synchronize
on an object inside the session, not the session itself.
Or to synchronize on a more global object (but this 
is not recommended as this might not scale well for 
sites with many users)

> -----Original Message-----
> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 28, 2003 11:56 AM
> To: Tomcat Users List
> Subject: Re: Form Double Submit Detection
> 
> 
> without ever giving it much thought. Does that mean that you 
> can never have exclusive access to your own session?
> 

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

Reply via email to