jcaudle/sample_app

`sessions` vs. `cookies`

Opened this issue · 0 comments

Use session instead of cookies so that users are automatically signed out when they close their browsers. Hint: Do a Google search on "Rails session".