You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/04/18 18:14:15 UTC

[jira] Resolved: (WICKET-482) create "onDestroyed()" hook in WebSession

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

Eelco Hillenius resolved WICKET-482.
------------------------------------

    Resolution: Won't Fix

We already have this functionality in session store, and that is the good place to have it, as session stores are independent of threads, whereas Wicket session objects need to be bound to a thread (and typically assume access to a request cycle etc). This is a problem with normal session time outs, which do not happen in the scope of requests. I think what we have in session store is good enough.

> create "onDestroyed()" hook in WebSession
> -----------------------------------------
>
>                 Key: WICKET-482
>                 URL: https://issues.apache.org/jira/browse/WICKET-482
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Shumbola
>         Assigned To: Alastair Maw
>            Priority: Trivial
>             Fix For: 1.3
>
>
> Create a simple hook in WebSession 

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