Pregunta

Is it advisable to set

<session-config>
        <session-timeout>-1</session-timeout>
    </session-config>

what are the dis advantages of doing so ??? Is there any better way to make sure the session never expires ???

¿Fue útil?

Solución

There are no disadvantages. That just means the session won't expire. How would there be a "better" way?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top