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 array containing the
  cookie data into the page.
- Implement js functions to build submit the cookie data with requests

This will even work, if there is no form in the document.

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to