Filters are applied in the filter chain, in the order they're defined
in the web.xml

It's up to you how to set the order - I don't think wicket has to do
anything here.

Just make sure that your servlet filter is before wicket filter in the
web.xml and it should do the job just fine, unless you have some fancy
session management in wicket too :)

Regards

Žilvinas Vilutis

Mobile:   (+1) 623 330 6048
E-mail:   [email protected]



On Thu, Sep 29, 2011 at 8:36 AM, [email protected] <[email protected]> wrote:
> Currently, our application allow user login in different machines. As a
> result two sessions are created.  I killed the first session when user login
> the second time.  The problem is when user go back to first machine some
> link are still working even though the session is being killed.
>
> I need a Filter to check the session and redirect the user to error page if
> the session is not active.
>
> I know using Servlet Filer can finish this job.  My question is can Servlet
> Filter apply to Wicket application.
>
> Can I use Wicket Filter to do this job.
>
> Thanks in advance
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Can-I-use-Servlet-Filer-in-Wicket-Application-tp3856309p3856309.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to