w5d1: sessions hash and authentication
On Monday, we learned about the sessions hash.
Sessions hash will automatically store things to be accessed in all of your controllers. Vice versa, anyone (controller) can set anything in session. It's where we stored current_user information or session authentication_code.
Super useful for loggin in and logging out.












