There wont be a http session at all if this is an unauthorized user.

Wicket API: Session.get().isTemporary()
Servlet API: httpServletRequets.getHttpSession(false) != null

On Sun, Apr 1, 2012 at 1:39 PM, kshitiz <k.agarw...@gmail.com> wrote:
> How to check session's validity? If after logging out we invalidate session,
> how to check its validity to avoid any unknown user to access restricted
> pages...??
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Wicket-cookie-timeout-example-tp4521200p4523218.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to