[us...@httpd] Manipulate existing value of Response Header (Set-Cookie)

2010-06-04 Thread Presto, Patrick
Hi Everyone, I have been asked to rewrite a Set-Cookie header to resolve an application issue. The tricky part is I need to obtain the current value in the header, then rewrite one little piece, and update the header with the new value so the end user will set their cookie correctly. Using

Re: [us...@httpd] Manipulate existing value of Response Header (Set-Cookie)

2010-06-04 Thread Eric Covener
On Fri, Jun 4, 2010 at 2:18 PM, Presto, Patrick patrick.pre...@qwest.com wrote: Does anyone know how I can grab the value of a response header, manipulate it, and update that header with the new value?   I have searched all over and I dont believe there is a simple solution.  Please prove me

RE: [us...@httpd] Manipulate existing value of Response Header (Set-Cookie)

2010-06-04 Thread Presto, Patrick
...@gmail.com] Sent: Friday, June 04, 2010 2:49 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Manipulate existing value of Response Header (Set-Cookie) On Fri, Jun 4, 2010 at 2:18 PM, Presto, Patrick patrick.pre...@qwest.com wrote: Does anyone know how I can grab the value