How about trying? Put this inside your <web-app> in web.xml

<session-config>
   <session-timeout>10</session-timeout>
</session-config>

The number within the session-timeout element must be expressed in minutes.

Works for me with the StandardManager, in tomcat 5

Trond


Freddy Villalba A. wrote:

Hi everybody,

Is it possible to configure the session timeout using the
org.apache.catalina.session.StandardManager Session Manager or am I forced
to use the Persistent Manager just for doing so?

(Tomcat v4.1)

Regards,

F.


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