Ruby on Rails Monday, June 24, 2013

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 this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/dc779552-ff65-4a2c-a095-b33bd7214ed5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment