Tagged Questions
2
votes
3answers
1k views
Session cookie being dropped when moving under the SSL
The short version:
I've got a session cookie being set on a dev site but it's not being picked up when I move to the SSL (so the shopping cart empties when you go to the checkout).
When it's set on ...
0
votes
1answer
293 views
How to use apache mod-rewrite to remove trailing semi-colon on cookie?
We have the following cookie set by a product:
Set-Cookie: SSOCookie=T7ngsCmzC2FEq5p2a7o%3D; path=/; domain=.demo.com;
We would like to use Apache to remove the trailing ; which doesn't match the ...
1
vote
1answer
572 views
Enforcing a specific order for cookie headers
We have an application that cares about the order of cookie headers. It shouldn't, since this isn't mandated by the standards and indeed we're getting the headers in various different orders
So we ...