Hi, tomcat3.1 does not support setting cookies in
servlets that do sendRedirect? So, can we still set
cookies in servlets that do "sendRedirect" or can we
use 
either 
a) response.setStatus(response.SC_MOVED_TEMPORARILY);
response.setHeader("Location", newURL);

b) response.setHeader("Refresh", "1", newURL);

Thanks for any kind answers.




__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to