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: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html