Hello Raymond,
On Oct 20, 1:58 am, Raymond O''Connor <rails-mailing-l...@andreas-
s.net> wrote:> Is there a way to mark the cookie that Rails uses to store the
> session-id as a secure cookie?
Modify the ''session'' line in app/controllers/application.rb as
follows:
session :session_key => ''_myapp_session_id'',
:session_secure => true
Best,
--
dubek
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---