Hi all !
    had a problem  with  jrun !
    I've got a problem with Jrun 2.3.3. When I set session for the first =
time, the session is set correctly, but "sometimes" it returns null on =
getSession(false).
    The code is simple.

    doPost(HttpRequest req, HttpResponce res)
    {
        // for the first time the servlet is called
        req.setSession(true);
        // afterwords,
        HttpSession sess =3D req.getSession(false);
    }

Can anyone help me out ?

Abhay

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to