Re: session timeout

2007-05-28 Thread Olivier Bouchereau
Hello Pierre, Try setting this in your tomcat /conf/web.xml. It should work for all the contexts. 60 (the time is specified in mins) Or you can set this in a specific webapp web.xml so that it would be the only one with a 60 minutes session timeout. Olivier Le 28/05/07, Pierre Goupil <[EM

Re: session timeout

2007-05-28 Thread Olivier Bouchereau
There is a spelling mistake in what i wrote : 60 This should work better i guess ;) 2007/5/28, Olivier Bouchereau <[EMAIL PROTECTED]>: Hello Pierre, Try setting this in your tomcat /conf/web.xml. It should work for all the contexts. 60 (the time is specified in mins) Or y