Description
As agreed at http://markmail.org/message/gcqk5hilaxo2jo7t IPageManager#sessionExpired(String sessionId) should be reworked to IPageManager#clear().
The new method intentionally doesn't receive the sessionId as a parameter because the sessionId could be replaced by the web container for security reasons. The implementation of #clear() knows how to find the sessionId used to store the pages for the current http session.
Attachments
Issue Links
- is broken by
-
WICKET-5164 PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId
- Resolved