controlar sesiones
Hola y muchas gracias x leer el mensaje.
Alguien me puede decir como se sabe si la sesion a expirado?
quiero saber esto para evitar un pantallazo de error y asi tenerlo controlado
Gracias
Alguien me puede decir como se sabe si la sesion a expirado?
quiero saber esto para evitar un pantallazo de error y asi tenerlo controlado
Gracias
session.isValid()
public boolean isValid()
Check if the session is still valid.
Sessions can become invalid after a timeout, or be invalidated explicitly using the invalidate method.
Returns: true if the session is valud, false otherwise.
Si tu versión de java no tiene este método bajate una que lo tenga
public boolean isValid()
Check if the session is still valid.
Sessions can become invalid after a timeout, or be invalidated explicitly using the invalidate method.
Returns: true if the session is valud, false otherwise.
Si tu versión de java no tiene este método bajate una que lo tenga
