Re: Setting Cookies

2001-02-09 Thread Geoff Marshall
349 San Francisco, CA 94103 fax (415) 625-0306 ... > From: "S.Badrinarayanan" <[EMAIL PROTECTED]> > Reply-To: Orion-Interest <[EMAIL PROTECTED]> > Date: 9 Feb 2001 07:27:19 + > To: Orion-Interest <[EMAIL PROTECTED]&g

RE: Setting Cookies

2001-02-09 Thread Mikael Eriksson
ent: den 9 februari 2001 12:48 > To: Orion-Interest > Subject: Setting Cookies > > > 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

Setting Cookies

2001-02-09 Thread S.Badrinarayanan
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.forwa

Setting Cookies

2001-02-09 Thread S.Badrinarayanan
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