Set whether the Cookie is a secure cookie or not.
# File action_controller/cgi_ext/cookie.rb, line 60 def secure=(val) @secure = val == true end
<code/>
<pre/>
<code/>and<pre/>for code samples.