search for: 3avalue

Displaying 1 result from an estimated 1 matches for "3avalue".

Did you mean: avalue
2013 Jun 24
1
How to send a cookie without having it CGI escaped
hi, I''m trying to get a cookie to store in the format key=value@key2=value2 ( compatibility reasons over which I have no control ). However, when the cookie get''s set, it is stored as key%3Avalue%40key2%3Avalue2 which is what the CGI.escaped version of key=value@key2=value2 looks like. How can I set it without it being escaped? Thanks in advance, -a -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from...