O
obelix
hello gurus
maybe it is a stupid question, but nevertheless I am going to ask it
so
is it possible to set the config-timeout in seconds in the web.xml
file?
eg.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
...
<session-config>
<session-timeout>1</session-timeout>
</session-config>
....
</web-app>
This above is in minutes, but I would like it in seconds, eg. 30 (sec)
Is it possible?
thanks in advance, best regards
simon
maybe it is a stupid question, but nevertheless I am going to ask it
so
is it possible to set the config-timeout in seconds in the web.xml
file?
eg.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
...
<session-config>
<session-timeout>1</session-timeout>
</session-config>
....
</web-app>
This above is in minutes, but I would like it in seconds, eg. 30 (sec)
Is it possible?
thanks in advance, best regards
simon