setMaxInactiveInterval(-1) means the session never times out
setMaxInactiveInterval(0) means session times out immediately as soon as it
created
what does this mean ?
<session-config>
<session-timeout>0</session-timeout>
</session-config>
does thie mean same as setMaxInactiveInterval(0), excpt tha we have 0 seconds in the method ad 0 minutes in the D.D ;-)
<session-config>
<session-timeout>-1</session-timeout>
</session-config>
does this never time out ???
i am doing lots of fine tuning in my concepts..
