Stuart Johnston wrote:
Is there anyway that I can get the string that will be sent as the
Set-Cookie header?


It may be possible to see the value set via Apache::ASP::Response->AddCookieHeaders *after* it has done so by checking the Apache request object field for:

Apache->request->err_headers_out->get('Set-Cookie')

The Response object sets up the headers after a $Response->Flush is called.
This method would not let you modify the header before being sent out,
just see what was sent out already.

Regards,

Josh
________________________________________________________________________
Josh Chamas, Founder    | NodeWorks - http://www.nodeworks.com
Chamas Enterprises Inc. | NodeWorks Directory - http://dir.nodeworks.com
http://www.chamas.com   | Apache::ASP - http://www.apache-asp.org



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



Reply via email to