Steps to Reproduce: 1. Enter url and go to Login Page 2. Leave the tab upto Session Expiry Limit. 3. After the Limit crossed try to Login.
Actual Result Session Expired
Expected Result Session expiry should not be applied for Login page.
The following code explains the session timeout limit
Web.xml
<session-config>
<session-timeout>30</session-timeout>
</session-config>
I agree the session expiry functionality is working fine for other pages of the web application. But how to prevent the login page from this SESSION_EXPIRY in jsf.