request.getSession(false) never returns null
526910Sep 28 2006 — edited Sep 28 2006Am trying to detect when a user's session has expired so as to forward to
app start page. In each od my Action's I have this line -
HttpSession session = request.getSession(false);
Using the false parameter is supposed to return null if expired but it
always return a session object.
Thanks,
Sérgio Morais