Setting cookie confusion

2004-06-28 Thread Robert Bateman
I'm attempting to set a cookie in a servlet within my webapp and am running into a problem Inside the servlet, I create a cookie and add it to response. I then set context and write HTML to the user. The html does a forward to another page where I read all cookies. As far as I can tell,

Re: Setting cookie confusion

2004-06-28 Thread Robert Bateman
Apologies for asking the original question. It appears the code works as expected - AFTER I restarted the server :( On Monday 28 June 2004 01:32 pm, Robert Bateman wrote: I'm attempting to set a cookie in a servlet within my webapp and am running into a problem Inside the servlet, I