Re: Setting cookie with response.sendError

2002-09-12 Thread Nimmons, Buster
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:13 PM To: [EMAIL PROTECTED] Subject: Re: Setting cookie with response.sendError -Original Message- From: Nimmons, Buster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:18 PM To: [EMAIL PROTECTED

Setting cookie with response.sendError

2002-09-11 Thread Nimmons, Buster
I have a page which has to perform a response.sendError(499,Oracle sso) right before I perform the sendError I also set a cookie in the response with the response.setCookie(new Cookie(someKey,someValue) . however when the custom error page is displayed I noticed that the cookie is not getting

Re: Setting cookie with response.sendError

2002-09-11 Thread Vikramjit Singh
-Original Message- From: Nimmons, Buster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:18 PM To: [EMAIL PROTECTED] Subject: Setting cookie with response.sendError I have a page which has to perform a response.sendError(499,Oracle sso) right before I perform