Opened 12 years ago
#1040 new defect
When user session expires, the user appear always logged in in the banner
Reported by: | vsinceac | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | v2.10.0 RC0 |
Component: | User interface (web) | Version: | v2.8.0RC0 |
Keywords: | login, logout, session-timeout, user | Cc: |
Description
Hi,
When an user session expires (following the settings of <session-timeout> in web.xml), the there are no changes in the banner of the main page.
For example, when the user is admin, "User: admin admin [Logout]" is displayed, but when trying to reach the Administration panel, the error "ServiceNotAllowedEx" is raised. The [Back] button calls the main page, but user admin appears to be always logged in. Only the [Logout] button may solve this.
Is this a bug? Shouldn't some listener detect when the session expires and refresh the main page (to unlogged user normal state)? I found this on all versions on GN (I'm testing now 2.9 source code).
Thanks, Victor