Loading
Current section: User Sessions 5 exercises
Problem

Managing User Sessions with Separate Cookies

Loading exercise

Transcript

00:00 For this step of the exercise, it's actually going to be really similar to the session storage we created for our Toast messages. We're keeping these separate because it just kind of makes sense to me that these would be separate cookies for each one of these. So we're going to have an en session that is going to be a cookie for managing our user's session so they're logged in information.

00:19 So that's what you're going to do in this exercise. Have a good time.