Ruby on Rails Friday, August 7, 2015


On Friday, August 7, 2015 at 8:49:20 AM UTC+1, Hiroto Mukouhara wrote:
On Tuesday, August 4, 2015 at 6:41:18 AM UTC+1, Hiroto Mukouhara wrote:

Does the request in 3 have a cookie header? 

Fred 

Thank you for your quick response. The request in 3 does not have a
cookie header if the open mode is 'Protected View' or not.
 

So there's your problem.  if the cookie header is not set then rails will think there is no existing session. As Matt says, this is probably a security thing.

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/e68c5c45-2f07-4c47-b81d-c51e6336bbf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment