Rails for Beginners Part 15: Login with Session Cookies Discussion
Discussion for
Rails for Beginners Part 15: Login with Session Cookies
I would also like to learn about the inner workings of that session. For example how is that user_id attached to the session cookie? When we do session.inspect
we can see everything as a hash but then how are they forged together, if they are at all?