Hi Niyas , Hope you've set the whole user record in a session,just set like this session[:current_user]=@my_user.id Regards, Loganathan.s
On Thu, May 26, 2011 at 4:58 PM, Mohammed Niyas <[email protected]>wrote: > Hi all, > > Im using mongodb database in my rails 3 app.i tried to implement > facebook and twitter login in my applications but i failed, one warning > will occure. > > The warning is, "ActionDispatch::Cookies::CookieOverflow" > > Someone explain for this solutions: You need change your session_store > and don't use the cookie_store. You can use the active_record_store by > example. > > I cant understand this solution, How to solve this warning, can anyone > explain.......... > > Thanks and Regards...... > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

