Quoting Pierre Goupil <[EMAIL PROTECTED]>:

Hello all !

I'm using a Tomcat-based authentication. How do you do to set the session
timeout time ? I mean, the time of inactivity after which one the user must
re-login.

You can set the http session-time into the Web.xml file of you webapp:

  <session-config>
        <session-timeout>
            Your_value_in_minutes
        </session-timeout>
    </session-config>

you can set it programmatically to (have a look to the j2ee javadoc)

Goupil, c'est un nom prédestiné pour l'informatique ca ;-)

----------------------------------------------------
Ce message a ete envoye par le serveur IMP de l'EMA.



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