Ruby on Rails
Wednesday, August 5, 2015
On Tuesday, August 4, 2015 at 6:41:18 AM UTC+1, Hiroto Mukouhara wrote:
The new session id is created when the http request header contains'Pragma'='no-cache' on our RoR environment. Our goal is that the sessionid is preserved if the http request header contains 'Pragma'='no-cache'.Please let us know how to preserve the session id.The detailed sequence is shown below:1. The user downloads the Microsoft World file from RoR application, andopens that file using 'Protected View'.2. The user clicks the url link which is written in that Word file. Theclicked url link points to a page which is located on that RoRapplication.3. On opening that url link, the http request header contains'Pragma'='no-cache', and the new session id is created with the httpresponse header which contains 'Set-Cookie'.If the user opens that file not using 'Protected View' on the sequence 1,the session id is preserved on the sequence 3. The http request headerdoesn't contain 'Pragma'='no-cache'.
Does the request in 3 have a cookie header?
Fred
-- 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/a33ea547-88bd-423a-a68b-a5e450fd1a43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment