Fritz Trapper wrote in post #961082:
> Marnen Laibow-Koser wrote in post #961071:
>> For browsers to implement what you suggest would require a different
>> cookie store for different windows or tabs.
>
> Exactly.
>
> But I think, I found something like page private cookies:
>
> - Use javascript_tag to inject an initialized string variable containing
>   the cookie data into the page.
> - Implement js functions to submit the cookie data via request parameter
>
> This will even work, if there is no form in the document.

I don't think that would work, unless you can keep track of the names of 
your different cookies.  But don't ever do it; it's a ridiculous hack. 
Just make all your URLs bookmarkable, don't break the Back button, and 
the problem will go away.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to