> 1. ISessionStore.onBeginRequest and ISessionStore.onEndRequest
> 2. RequestCycle.onBeginRequest and RequestCycle.onEndRequest.
>
> For now I choose to override the ISessionStore because that one is
> called before and after the RequestCycle methods. I want to check with
> you guys if this is the best option or not. Which one do you
> recommend? Is there maybe another candidate I overlooked?

Logically, 2 is nicer, but 1 might give you more clean results. Why
not use WicketFilter though? If you need/ want separate methods, you
could just create your own variant of WicketFilter.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to