Re: To have SetCookie in the Response

2002-04-15 Thread Lionel FARBOS
: -) Lionel FARBOS wrote: Hi, I configure my Tomcat 3.3.1 Final server with : SessionId cookiesFirst=true noCookies=false / and my servlet do HttpSession session = req.getSession( true ); but in my HTTP Response, I don't have the SetCookie parameter : HTTP/1.0 200 OK Content-Type: text/html Pragma

To have SetCookie in the Response

2002-04-12 Thread Lionel FARBOS
Hi, I configure my Tomcat 3.3.1 Final server with : SessionId cookiesFirst=true noCookies=false / and my servlet do HttpSession session = req.getSession( true ); but in my HTTP Response, I don't have the SetCookie parameter : HTTP/1.0 200 OK Content-Type: text/html Pragma: No-cache Cache