firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Should sign out actions delete all cookies? #82

Open raghubetina opened 4 years ago

raghubetina commented 4 years ago

Right now the sign out action reset_session (all cookies). Shouldn't it only delete the cookies related to whichever model is being signed out? E.g. if there are two draft:accounts (rare, I know), and one sign out link is clicked, should the other model be signed out too?