Thanks a lot, works!

-----Ursprüngliche Nachricht-----
Von: Daniel Gibby [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 21. April 2004 16:37
An: Tomcat Users List
Betreff: Re: session-config session-timout value from web.xml


Just follow your nose! ... I mean, the spec... It always knows!

session.getMaxInactiveInterval() is I believe the right thing to call... 
look at the docs to be sure which method you should be calling.

Bernhard Slominski wrote:

>Hi,
>
>Is it possible, to extract the value that is is the web.xml file for
session
>timeout into my JSP page
><session-config>
><session-timeout>
>5
></session-timeout>
></session-config>
>I want to get the "5" minutes into the JSP page so I can use it for some
>information.
>
>Thanks for your help!
>
>Bernhard 
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to