Login required for access
In order to watch this lesson, you'll need to login to the website.
Where are Sessions Stored and Hijacking Users
Fullstack Social iOS NodeJS REST
Before we move on to creating custom login forms for our application, I'd like to take a moment here and explain where sessions are being stored in the browser. Inside of chrome, you can open the developer tools with the CMD + OPTION + J shortcut. You can then inspect the cookies to find your session id under the localhost area. If not careful, you can hijack another user's session with their session id information.

Comments (3)
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
HELP & SUPPORT