Ehlers, Kolja wrote:
is it somehow possible to set a different session timeout for local
192.168... users and others? I know I could have a rewrite rule and then
forward all calls from local workstation to a different webapp folder but I
thought maybe there is a more easy way to do this.
Servlet filter that will make use of HttpSession#getLastAccessedTime() and invalidate session for 'local' users.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to