> From: Chetan Chheda [mailto:[email protected]]
> Subject: Limit user sessions in tomcat
> 
> Is there a way through configuation of tomcat and mod_jk to control
> the number of concurrent transactions/sessions a user can maintain?

Don't know about what you might be able to configure in httpd, but in Tomcat 
this is frequently done with a filter in conjunction with an 
HttpSessionListener to insure a user session is being used by an excessive 
number of concurrent requests.  This keeps the throttling independent of the 
logic in the webapp.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to