Hi,
I am using IBM Websphere on Windows NT environment. I am using Servlets,
bean and JSP architecture. I am using the following method to save my bean
in a session:
session.putValue("selectedCustomer", customerDataBean);
And I retrieve my bean from the session by using the following method:
CustomerInfo customerDataBean =
(CustomerInfo)session.getValue("selectedCustomer");// where CustomerInfo is
the type of bean and
Sometimes I try to save my session but I never finds it in my next Servlet,
but sometimes it works fine.
Does anybody know what is the problem and how I can solve it? I thought of
saving session Id in a cookie but I dont know how I will use it to retrieve
my session!
Thank you,
Babar Bhutta.
___________________________________________________________________________
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