[Rails] Re: Basic use of session
Soichi Ishida wrote in post #1057926:
> this action, 'jump_to', redirects to a different page(different domain),
> from which one can come back to the original domain but a new page,
> having the action
Sessions are NOT cross domain. That would be bad! You will need some
sort of Single Sign-On (SSO) if you want to maintain a session (actually
to synchronize data across the domains).
Two separate domains implies two separate apps, each with their own
independent sessions.
--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home