Method: Coca::AuthCookie#unset

Defined in:
lib/coca/auth_cookie.rb

#unsetObject

Unsets the cookie via the HTTP response.



21
22
23
# File 'lib/coca/auth_cookie.rb', line 21

def unset
  @cookies.delete cookie_name, cookie_options
end