how to check if session exists or not
Posted
by sarah
on Stack Overflow
See other posts from Stack Overflow
or by sarah
Published on 2010-05-12T11:19:12Z
Indexed on
2010/05/12
11:24 UTC
Read the original article
Hit count: 146
java
Hi, I am creating the session using HttpSession session=request.getSession(); before creating session i want to check if session is existing or not,how would i do this?
© Stack Overflow or respective owner