Tejas1510 / CollegeAada

CollegeAda is a full-stack MERN tool built which is a unified platform which connects seniors and juniors at a single place allowing the seniors to share books, question paper, notes, blogs and guidance which will help students and is the need of the hour
17 stars 18 forks source link

Update session_manager.js #22

Closed deepesh101 closed 3 years ago

deepesh101 commented 3 years ago

The problem with the earlier version was that when the login or signup page is accessed, the browser checks for the cookie for the login session. If the session is not available, undefined is returned and the browser reads undefined as "undefined" causing the app to crash.

Fixes include a check of the sessionCookie to be undefined or "undefined".