to 1 copies the
cookies into the new response?
Or should preserveCookies=1 be the default?
- Geoff
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 14, 2002 5:14 PM
> To: [EMAIL PROTECTED]
> Subject: [Webware-discuss] Re: Co
One last tip, I ran into this.
If you do set a cookie, make sure you don't forward the user
to another page. The cookie settings only get set if you
actually respond or redirect the user. When you forward,
a new response object is created and your cookie change
is lost.
> Thanks Luke & Geoff f