Hi,
Java API docs say : If create is false and the request has no
valid HttpSession, this method returns null.
one.jsp [bold]two.jsp [/bold]
I click at hyperline two in one.jsp after the session is expired (2 minutes in this case). When the control goes to two.jsp, it creates a new session, but since the session has expired, i should get null(according to API docs) and not new session object.
[ June 21, 2006: Message edited by: Marc Peabody ]