* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Exception; /** * 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. * * @author Johannes M. Schmitt * @author Alexander */ class SessionUnavailableException extends AuthenticationException { /** * {@inheritdoc} */ public function getMessageKey() { return 'No session available, it either timed out or cookies are not enabled.'; } } __halt_compiler();----SIGNATURE:----rhVGcsxvOHp7j1TFTRCS+A/1eno+PN+xlhggNrrA3rwgbEa8FEn2V3MFqFNLWHHzE5CBkNE8m7R0SxdeZabe/FIaXAgQ/9dZ7XWa9XMwEWVVWbyA5Ji3Kj/Fg7+GoJu9up/SXgWx2+VT/7Sthwo8v+UXJPRPWHg6ynYWnjh0bRKZ/qHPI/mnElxg51nVVENXNr0Xwtbt7KUeheFm6vndce9oUDdeuwZ3xCRvIPteegCDzfVhaBqzpV6QwNYGifBqV4Mx6wi+95BH8Z3Rq5oVrp50I1P9qoqVddTqAWRH9bFQ25ansQ35f7+YcBdDujd7OGlVX+5dDeoHoe2jfilnFhBk01jlMNUBLgBjAMnYLC3ylNW4afWrYK8gXxLHhelnAdpLa3tDk6GvbPfglpU9ZsKChV4XkbPbNhUtBuPdm4riG1kQ61606PTTWqR9UX+6xrzn1n8nI3igZb9l6umQI5TB76J2Bdcf7dOKNINnzeL7igx4WDlLU0uIS4qOcdvwJQORvNE1LG54hg8ooxLNlNRsxUmZoP5wZO51bTp/GMigS6Q+3Qk7QJTMWrsSPq36gM0WiC0h9bJeyUzBXmgzwXnhU1Otz/Hmy3j3bD4HPApU06qJvMSFLeib4JQhKAwFnpwnXzxgqaGaGOiqPGUkHSU/yP/+ob/vLilkzOr9QoY=----ATTACHMENT:----MTQ0NDM3ODI2MTI0NDA0IDk1MDk3NDI4MDY0Nzg1NjMgNjg2MzY2MzY2NTg1OTE0Mw==