Method: Authenticate::Configuration#cookie_path
- Defined in:
- lib/authenticate/configuration.rb
#cookie_path ⇒ String
Controls which paths the session token cookie is valid for.
Defaults to ‘“/”` for the entire domain.
For more, see [RFC6265](tools.ietf.org/html/rfc6265#section-5.1.4).
58 59 60 |
# File 'lib/authenticate/configuration.rb', line 58 def end |