secure=(val)
Sets whether the Cookie is a secure cookie or not.
# File actionpack/lib/action_controller/cgi_ext/cookie.rb, line 61 def secure=(val) @secure = val == true end