Re: [OT] How to limit tomcat sessions

2006-08-02 Thread Tamas Szabo
Hi, not sure if you can do it in Tomcat, but you can surely do it with the SessionLimiterFilter from Java Web Parts: http://javawebparts.sourceforge.net/ It limits sessions per application and it isn't Tomcat specific. Hope it helps, Tamas On 8/2/06, Pankaj Gupta <[EMAIL PROTECTED]> wrote

[OT] How to limit tomcat sessions

2006-08-02 Thread Pankaj Gupta
Hi All, I want to limit the number of user sessions to 25. Is it possible to do it directly through tomcat configurations? If yes, then are the sessions limitations per applications deployed or on the whole? regards, Pankaj