You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/11/04 02:23:50 UTC

[jira] Closed: (WICKET-953) Session invalidateNow() does not immediate remove the session from disk

     [ https://issues.apache.org/jira/browse/WICKET-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-953.
----------------------------------

    Resolution: Fixed
      Assignee: Johan Compagner

as i thought, the page is serialized again after it is being deleted,
I made an extra check so that for invalid sessions the page is not saved anymore

> Session invalidateNow() does not immediate remove the session from disk
> -----------------------------------------------------------------------
>
>                 Key: WICKET-953
>                 URL: https://issues.apache.org/jira/browse/WICKET-953
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>            Reporter: chris lintz
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.3.0-rc1
>
>
> The only way i can see the session removed immediately is if Session invalidate() is called.  invalidateNow() does not remove the session from disk as expected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.