I posted the following message a while ago and have not got any
response. So, I tried it on tomcat 4.0.2 release. However, I got the
same result. I would appreciate your help.

>2. I am trying to use isNew() method on session to detect whether a
>session is newly created or not. For example, 
>
>               HttpSession session = request.getSession();
>               
>               if (session.isNew()) {
>                       // do something
>               }
>
>However, session.isNew() always returns "false". I tried several other
>combinations such as: request.getSession(true) and I got the same
>result.
>
>Are these two known problems or anything I am missing?
>

Zhiyong Li
Analytical Solutions, SAS Institute
(919) 653-2746
[EMAIL PROTECTED]



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to