Hi 
 
Is there a known problem with adding cookies using orion 1.4.5?  I have the following 
code to set cookies 
 
res.addCookie(new javax.servlet.http.Cookie("1", "one")); 
javax.servlet.RequestDispatcher dis = 
getServletContext().getRequestDispatcher(common.util.Utils.MESSAGE_PAGE); 
dis.forward(req, res); 
 
I am printing out the cookie values in the jsp (forward statement).  But I get an 
empty list. 
 
What am I missing here? 
 
Regards 
sb 

Chequemail.com - a free web based e-mail service that also pays!!!
http://www.chequemail.com

Reply via email to