[
https://issues.apache.org/jira/browse/WICKET-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489776
]
Johan Compagner commented on WICKET-482:
----------------------------------------
we already have a binding listener:
that calls this in WebApplication:
public void sessionDestroyed(String sessionId)
{
bufferedResponses.remove(sessionId);
IRequestLogger logger = getRequestLogger();
if (logger != null)
{
logger.sessionDestroyed(sessionId);
}
}
also this is easy doable by your self, just create your own WebSession that
implements the http binding listener interface.
> 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.