SessionUnavailableException

SessionUnavailableException

class SessionUnavailableException extends AuthenticationException

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

TokenInterface getToken()

Get the token.

from 登录查看完整内容