Ruby on Rails
Sunday, December 30, 2012
You cannot use sessions without cookies enabled.
That said, you might remember what PHP does with the PHPSESSIONID parameter appended to all URLs rendered in the page. You might want to do something similar.
--
Dheeraj Kumar
On Monday 31 December 2012 at 12:43 PM, Rajesh KT wrote:
Rajarshi wrote in post #1090684:you can use many option1. memcache to store session in server2.Activerecord to store session id in database so no need of yourbrowsermany othersI am using Activerecord only to store the session, but in some wayclient has to send that session ID to server to retrieve the logged-insession data, otherwise each time server will create a new session ID.Right?--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 https://groups.google.com/groups/opt_out.
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 https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment