I have looked at the session listeners but there I cannot access the users
remote adress

-----Ursprüngliche Nachricht-----
Von: Ehlers, Kolja [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 14. November 2008 09:38
An: Tomcat Users List
Betreff: AW: Different session timeout for local and external users


Thanks for the speedy answer to my question. Is this the only possibility?
Since the filter will be called for each request, maybe this will slow down
my web application

Thanks again

-----Ursprüngliche Nachricht-----
Von: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 13. November 2008 15:29
An: Tomcat Users List
Betreff: Re: Different session timeout for local and external users


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]


Geschäftsführung: Dr. Michael Fischer, Reinhard Eisebitt
Amtsgericht Köln HRB 32356
Steuer-Nr.: 217/5717/0536
Ust.Id.-Nr.: DE 204051920
--
This email transmission and any documents, files or previous email
messages attached to it may contain information that is confidential or
legally privileged. If you are not the intended recipient or a person
responsible for delivering this transmission to the intended recipient,
you are hereby notified that any disclosure, copying, printing,
distribution or use of this transmission is strictly prohibited. If you
have received this transmission in error, please immediately notify the
sender by telephone or return email and delete the original transmission
and its attachments without reading or saving in any manner.


---------------------------------------------------------------------
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