You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2017/06/22 19:30:00 UTC

[jira] [Created] (WICKET-6409) Session should use #getSessionStore() instead of 'sessionStore'

Martin Grigorov created WICKET-6409:
---------------------------------------

             Summary: Session should use #getSessionStore() instead of 'sessionStore'
                 Key: WICKET-6409
                 URL: https://issues.apache.org/jira/browse/WICKET-6409
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.26.0
            Reporter: Martin Grigorov


From https://github.com/apache/wicket/pull/222:

Wicket 6.x fails Session.invalidateNow() after deserialisation (For example, when using Oracle Coherence).
Session.destroy() uses sessionStore. But it is null after deserialisation because sessionStore is transient.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)