Tagged Questions
1
vote
1answer
48 views
Empty Cookie based on IP address
Is there a way to empty a previous cookie based on source ip?
I need this to be done because of loadbalancing issues.
regards
Geert
2
votes
1answer
902 views
mod_rewrite to edit cookies conditionally
Is it possible to use mod_rewrite to modify values in cookies based upon a condition? I am completely new to HTTP, but I have tried a thing or two. The only regex I know is Perl-style, I hope it is ...
0
votes
1answer
406 views
Verify 2 cookies with mod_rewrite before serving images
I have the following mod_rewrite rule, which works fine in my Apache 2.x on CentOS 6 Linux machine, but is not complete:
RewriteCond %{HTTP_COOKIE} !id
RewriteCond %{REQUEST_URI} ...
0
votes
1answer
292 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 ...