Friends,
A bit weird problem ..
I am throwing a page (Administer Page) from a LogonServlet. I am
creating a session-object her with PutValue(login name). I am using
this value to display a welcome greeting in administer page. Till here
no problems.
>From Admin page, I call a servlet GetPasswordSevlet. I am trying to
access the session value using
HttpSession session=req.getSession(true);
String value=(String)session.getValue("Logon_Name");
Then if old pwd & matches with log-on name, I do bla.. bla..
But I am unable to get session value in this second servlet,
GetPasswordSevlet. The session.getValue is returning null. And
interesting part of it is this is true for only one of my systems. The
same code executes well in other systems !!
I have cleared cache, disabled cookies, deleted history files,
refreshed servlet engine, verified browser settings, verifed JDBC etc
etc. But the problem persists.
I am using IE 5.0.
Can any one help on this ?
Thanks,
Raghu.
___________________________________________________________________________
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