Hello All,

I have used <%@ page session="false" %> to set the page not to join session, but when 
I use HttpSession session = request.getSession(false) to get session, I still can get 
the session that created before. Do you think it is a correct status? Why? Thanks.

<%@ page session="false" %>
<%
        HttpSession session = request.getSession(false);
%>

Regards,
Xiaojing


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to