> From: Chetan Chheda [mailto:chetan_chh...@yahoo.com]
> 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to