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 <[email protected]> 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: [email protected]
> For additional commands, e-mail: [email protected]
>



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

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

Reply via email to