SessionUnavailableException
class SessionUnavailableException extendsAuthenticationException
This exception is thrown when no session is available.
Possible reasons for this are:
a) The session timed out because the user waited too long.
b) The user has disabled cookies, and a new session is started on each
request.
Methods
string
getMessageKey()
No description