i just can''t do it!
i assigned a cookie:
cookies[:logged_in] = {:value => session[''user''].email,
:expires => nil,
:path => ''/''}
it saved, as i saw the cookie in the browser preferences;
and then tried to delete it.
cookies.delete :logged_in
and IT DOESN''T WORK!!!
has anyone had any problems with this or am i missing something really
really stupid?
--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---