Session Management in NodeJS

preview_player
Показать описание
In this video, we'll see how sessions are made and managed in NodeJS.

FOLLOW ME HERE:

Рекомендации по теме
Комментарии
Автор

good job, finally something that is simple and easy to follow

hrantvirabyan
Автор

you need to explain why we used session management, it will be helpful for beginners

santhoshprasath
Автор

Thanku my dear friend, this video is very helpful for me

JMSCC
Автор

Brother please make a playlist so we can find tutorial easily..thank you for great easy tutorial 💫

dhavalgohel
Автор

can use session without cookie? and what's difference between php session and express session?

majidmoradi
Автор

What was the use of the cookie-parser import tho?

bhavukkalra
Автор

is this vim? do you still have the config file for this? I love how it looks.
Great video by the way

Camelogical
Автор

so if you have multiple users online, the user JSON file would have an entry for each of the users? Then you would just find({}) everything in user to find out who is online?

inhibited
Автор

Question 1: if after creating sessions the user is deactivated, how we handle this scenario, the session is valid that user will hit the logout, in meanwhile time someone deactivated that user means how handle that in session

jegannathan
Автор

For me express-session created and stored before make request with login api. I don't know why any solution???

coodementor
Автор

How can I verify the user using as middleware say auth middleware?

editingtuto.
Автор

can i access the session value from another route file

muthuk
Автор

Hi, how would you do this in a microservice based architecture?

zulqadarabbas
Автор

Please make a video on how to store session on MySQL DB. Thanks for this video.

masteringprecision
Автор

Very informative content.. 1 question, on req.session.destroy(), the session information is not deleted from the Database (MySQL with Sequelize) .. do I need to add some additional steps to delete the session information?

ashimagoyal
Автор


Between the dog barking in the background reminded me about the retake or long pause during filming a tutorial sometimes due to dogs barking too loud even in our society

RahulAhire