I'd like to provide a "log out" function in a Rails app. Should I do...
session.delete
or
reset_session
From reading the docs, both look like they could work. Does it matter? Or should I use something else?
|
1
|
I'd like to provide a "log out" function in a Rails app. Should I do...
or
From reading the docs, both look like they could work. Does it matter? Or should I use something else?
|
||
|
|
|
|
I'd use |
||
|
|