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]
