Joe, I think it is because cookies are passed to the browser via http,
and the text in it therefore has to be web "safe". If you used
different delimiters like --joe--, it would probably not get
"translated".
On 11/24/05, Joe Black <allenbobo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hi, guys
> My Cookie is
> Cookies[:test] => {:value => "<<<joe>>>",
> :expires => 1.day.from_now,
> :path => "/"}
> But when i open this cookie i found
> value has been encoded like: %3C%3C%3Cjoe%3E%3E%3E.
> I need not encode value.
> How to solve this problem
>
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>