Hai  Christopher K. St. John ,

I am using servlet2.1 version That't why I got the error which I mentioned
in session.setAttributebute(String,String);

Please give one of the best option to maintain the session tracking
in complete project following error I am getting

1) In browser side in IE(view->InternetOption-> Advanced->select Cookie
option - select disable cookie) after that
    I constructed a servlet in this servlet I used

            HttpSession session.getSession(true);
                sesssion.putValue("userId",session.getId());

2) Once again i constructed one more servlet in this servlet I tried to
getvalue

                session.getValue("userId");

                    Here I am getting NULL value

   so, please give an idea to maintaining secure project

Thanks in advance

dkabali

___________________________________________________________________________
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