I've watched quite a few tutorials about sessions and express lately and I think that you do the best job of them all, very well explained and answers a lot of questions others skip over
Hello @Zach, you have no idea how i much appreciate this tutorial. I have been searching thru all sorts of tutorials for a good understanding of how to persist user login and sessions and cookies and all that, but none could explain as simple and deep as you have. See, Zach, You have done, if not, the best tuts ever tuts on this topic. I will follow you throughout. kindly let me know which other ways i could reach you. thanks so much. I will recommend your channel to all my students. thanks so much
Best video ever. I wonder what happens to session data in Mongo when cookie expires, data gets deleted from db or I need to handle it? Clear outdated records?
Thank you for this guide. This is my 2nd go-round with authentication and I decided to learn more about the moving parts rather than just understanding the overall process This guide clearly explained a few concepts that I was unaware and definitely made my existing knowledge more cohesive.
Thanks so much man! I've been trying to learn passport.js for WEEKS and none of the courses worked AT ALL!! I really appreciate what you're doing here!
This channel will have MILLIONS of subscribers. I guarantee as soon as other fellow software engineers see your content, they'll absolutely hit that damn subscribe button immediately. Thank you for your hard work with these series!
Thank you so much, you are such a great teacher, you don't assume people to know little details but instead you tirelessly teach in details. How great! Good luck in everything you do!
You are a real lifesaver. This is a million dollar video. Very under-rated and full of potential channel. All of your followers appreciate your efforts, but it's nothing compared to your hard work and detailed explained topics. Absolutely great video.
Just discovered this series. This cleared up so much confusion already, thanks a whole lot! I found it really helpful to see the live example in the browser and on the server side, now it makes sense!
man this video has more substance than every youtube video. This is so so so so good man. I am so thankful to you. my 2nd time going through this video too. Its all making sense. Im pumped.
Must say you really did put in the time and effort to explain authentication and authorization, was totally lost without you and your efforts to enlighten me are highly appreciated. Found your blog too thank you.
From last two days i was trying to understand how cookies and session work,after watching your video my doubts are pretty much clear,Thank you so much man and keep up your good work. Love from India❤️👍
Actually you should not hide the subscriber count. You are the most under-rated youtuber. Now I am gonna check your channel everytime I am stuck with something. Please make sure to add contents like this continuously. These 25 minutes gone like a breeze. Keep up the good work.
Sos un grande!! mi ingles es basico pero tu explicacion es increible!! You are a genious!! my english is basic, but your explication is amaizing so I could understand all perfectly!
i set req.session.userID in my app.post("/login") route. inside that route, the req.session.userId is available ..... but when i try the same in a different route like app.get("/home"). It is undefined. PLS HELP...
So express-session automatically generates session ID and attach that to set-cookie header? We don't need to manually code something like: resp.setHeader(set-cookie, [sessionID])?
Hello @Zach, I have a question about sessions. How can you create a session that has a frontend timer and if you reload the page its going straight down, without reloading the time
Zach thank you for your time to put it together. A quick question: how does browser know to which request among many possible requests to attach this particular session to? what if browser is sending requests to five different servers of which there have set cookies to the browser and the other two do not use sessions, how then does the browser keeps track of what session needs to be sent to what server?
Great question. This gets into a slightly complicated topic of load balancing and managing a cluster of session stores. Generally, if you’ve got multiple servers, you’d be setting up something like Redis to centrally manage the sessions. So basically, all the servers would reach out to a central Redis instance (or cluster), which keeps track of all the sessions in one spot. This way, both the browser and server are stateless, and all the sessions are semi-persistent in Redis.
Is there much point adding properties to sessions if they're invalidated on logout or page close? Or can you have somesort of backup/soft delete table where you can revive old cookies?
Can we use express-session to protect routes by roles? how could that be done? for example, i don't want to user have access some pages that super admin can?
video was preety good but my one question remain unanswered in the video. What happens to the sessions in the database if the cookie in the browser gets expired ? Does it get auto deleted or what ?
Zach, the cookie is not being written in response header but i can see it in the Atlas DB. Please reply, this is killing me. I've been looking to find the solution for 5 hours.
Does the sessions object in the database expires/drops, as it does in the client side? If it does drop/expire/delete in the database then the viewCount in the database also gets deleted.
This is one of the most under-rated UA-cam channels. Don't know why it has so low views and likes. Seriously, you have amazing content.
I always come here when I want to understand something deeply, thanks for the good work @zach
I've watched quite a few tutorials about sessions and express lately and I think that you do the best job of them all, very well explained and answers a lot of questions others skip over
Hello @Zach, you have no idea how i much appreciate this tutorial. I have been searching thru all sorts of tutorials for a good understanding of how to persist user login and sessions and cookies and all that, but none could explain as simple and deep as you have.
See, Zach, You have done, if not, the best tuts ever tuts on this topic. I will follow you throughout. kindly let me know which other ways i could reach you. thanks so much. I will recommend your channel to all my students. thanks so much
I too cannot contain the excitement of watching this video.
So glad you've found it helpful, and thanks for sharing! I created this one because I couldn't find it myself so I'm glad it is resonating.
Best video ever. I wonder what happens to session data in Mongo when cookie expires, data gets deleted from db or I need to handle it? Clear outdated records?
Thank you for this guide.
This is my 2nd go-round with authentication and I decided to learn more about the moving parts rather than just understanding the overall process
This guide clearly explained a few concepts that I was unaware and definitely made my existing knowledge more cohesive.
Thanks so much man!
I've been trying to learn passport.js for WEEKS and none of the courses worked AT ALL!!
I really appreciate what you're doing here!
Love this style where you break down what's going on behind the scenes instead of just showing implementation. Great video!
This channel will have MILLIONS of subscribers. I guarantee as soon as other fellow software engineers see your content, they'll absolutely hit that damn subscribe button immediately. Thank you for your hard work with these series!
Thanks for the comment! Really appreciate it
Thank you so much, you are such a great teacher, you don't assume people to know little details but instead you tirelessly teach in details. How great! Good luck in everything you do!
Amazing work. Knowing the role and actions of each library helps so much
Cannot overstate how helpful this series has been.
You are a real lifesaver. This is a million dollar video. Very under-rated and full of potential channel. All of your followers appreciate your efforts, but it's nothing compared to your hard work and detailed explained topics. Absolutely great video.
Thank you!! 🙏
You have the best tutorial that explains what is going on in the background in understanding session
very nice and elaborate explanation thank you very much.
This video tutorial is like finding a chest of gold for someone who is new to express and express-session!
Comment below what you're using the express-session library for! Also, plz like the video :)
I will try to make the exact video playlist for the people of my region. This is such useful information...
Thankyou so much for clearing my doubts and basics , love from India , wish you happiness and prosper in life
I was so lucky to find your channel on UA-cam, it has lots of useful lessons for me. I really love this channel. Please make it more diverse.
Just discovered this series. This cleared up so much confusion already, thanks a whole lot! I found it really helpful to see the live example in the browser and on the server side, now it makes sense!
man this video has more substance than every youtube video. This is so so so so good man. I am so thankful to you. my 2nd time going through this video too. Its all making sense. Im pumped.
I am very thankful to you. From many days i have stuck in session, cookie, authorization stuff. You made my day. GOD Bless you.
It's nice to see how everything works under the hood, instead of blindly adding the Passport Js library.
Really love this series. Eagerly awaiting you to continue this series and upload the next video!
Thanks!! Working hard to get them completed and posted pretty close to each other!
Must say you really did put in the time and effort to explain authentication and authorization, was totally lost without you and your efforts to enlighten me are highly appreciated. Found your blog too thank you.
Happy to discover your channel with this very well explained video !!!
From last two days i was trying to understand how cookies and session work,after watching your video my doubts are pretty much clear,Thank you so much man and keep up your good work.
Love from India❤️👍
Dude you explain so well, thanks you so much for your tut, coming from theodinproject!
I used this with a combination of postgres-sql, connect-pg-simple, and it worked like a charm. Wonderful my man.
great video! keep posting more tutorials! you are helping a lot of new devs! thanks!!
Actually you should not hide the subscriber count. You are the most under-rated youtuber. Now I am gonna check your channel everytime I am stuck with something. Please make sure to add contents like this continuously. These 25 minutes gone like a breeze. Keep up the good work.
6:58 the explanation of session store & connect-mongo library
basically saving your cookie information into the database
Thanks. I was confused on how to add a property to the collection 'session' like 'user-id' if the library automatically adds the data.
Sos un grande!! mi ingles es basico pero tu explicacion es increible!!
You are a genious!! my english is basic, but your explication is amaizing so I could understand all perfectly!
Nothing but compliments. The best explanations for the topic! Thanks a ton!!!
Love it man. I have been having trouble understanding express-session for a long time. This was what I always needed
Time is flying by, this series is amazing
Really well-explained. You did a great job giving full information about both concepts and implementation. Thanks for this one!
Fantastic tutorial. Thank you for being thorough and speaking slowly. I'll be checking out your other videos.
Your way of explaining things is amazing! Subcribed!
Zach! GREAT VIDEO. Thank you for taking the time to put this together. You do a good job in explaining this topic. Please make more tutorials!
I would teach myself with exactly your style. Love it...
such a clear tutorial with so much attention to detail! thank you so much!! :)
This is a really really good tutorial. You earned a subscriber!!!!
Fascinating tutorial by one of the best educators on the web. Thanks, Zach.
i set req.session.userID in my app.post("/login") route. inside that route, the req.session.userId is available ..... but when i try the same in a different route like app.get("/home"). It is undefined.
PLS HELP...
Very calm and composed way to explain the basic concepts behind any topic :) Really liked it.
Marvelous Sir, Thank you very much. I feel a lot more confident about express sessions.
Awesome! Glad the video helped!
awesome video lad, you help me up a lot, and now I have a good grasp about what im doing.
not only this one, the previous video as well
Now it got to my brain 😭😢
Thank you!
Another awesome teacher on youtube
This was really good. Extremely rich in informative content
Thanks man for being normal! And just spreading the knowledge!!!
Well done on the clear explanation. Nice one
Very Good explanation for beginner like me
Exceptional content. This was explained very well. Thank you.
The content is pretty good Zach. Keep going on :D. Thank you.
Very well explained! Enjoyed watching this tutorial very much!
Hello @Zach..You have simplified the things for us. Thank you. Very well explained. I appreciate your time and effort :)
Lovely Series. Really Awesome way of explaining things. Thank You Zach.
best explanation on youtube👏👏
Thank you for the Video. It was very elaborate and clear !!
In love with your channel! This video is sooooo good :)
Very nice tutorial especially the details you go into
Brother
seriously"
U nailed it
Love you man! This series is amazing.
Thank you very much for your efforts. Great tutorial.
This was explained very well. Thank you.
Zach Thank you very much for this Video , Helped me a lot!
This tutorial is excellent!
Amazing video series, thanks sir!
thank you great explanation, made it super ez to understand
@Zach, Thanks for this amazing series. 😀
Thank you, it was really helpful, Keep posting great contents like this.
love your tutorials! thanks a lot
Explained in details. Thank you!
this is the best explanation of sessions,thk you!!!
Everything I was looking for. Thanks
this tut.is actully good I really like this ..keep it up
Thank you so much for the explanation! Perfect video.
Love your videos Zach !!!!
I love you, man! You are a life saver!
So express-session automatically generates session ID and attach that to set-cookie header? We don't need to manually code something like: resp.setHeader(set-cookie, [sessionID])?
best video on this topic...
Amazing videos!!! Thanks a lot Zach!
Thanks for these videos man, great stuff
Hello @Zach, I have a question about sessions. How can you create a session that has a frontend timer and if you reload the page its going straight down, without reloading the time
very high quality tutorial
Thanks so much. You explained this like GOD
I have an error like Property 'viewCount' does not exist on type 'Session & Partial'.
This is really good content. Great explanations
Zach thank you for your time to put it together. A quick question: how does browser know to which request among many possible requests to attach this particular session to? what if browser is sending requests to five different servers of which there have set cookies to the browser and the other two do not use sessions, how then does the browser keeps track of what session needs to be sent to what server?
Great question. This gets into a slightly complicated topic of load balancing and managing a cluster of session stores. Generally, if you’ve got multiple servers, you’d be setting up something like Redis to centrally manage the sessions. So basically, all the servers would reach out to a central Redis instance (or cluster), which keeps track of all the sessions in one spot. This way, both the browser and server are stateless, and all the sessions are semi-persistent in Redis.
Is there much point adding properties to sessions if they're invalidated on logout or page close? Or can you have somesort of backup/soft delete table where you can revive old cookies?
Can we use express-session to protect routes by roles? how could that be done? for example, i don't want to user have access some pages that super admin can?
one quick question Zach, if we change the expiration date in browser's cookie, will it also change in the database?
your playlist most useful i have learn from it thank you and keep going
best explanation ever! Thank You!
video was preety good but my one question remain unanswered in the video. What happens to the sessions in the database if the cookie in the browser gets expired ? Does it get auto deleted or what ?
this is super useful. Thank you, sir.
Zach, the cookie is not being written in response header but i can see it in the Atlas DB. Please reply, this is killing me. I've been looking to find the solution for 5 hours.
Does the sessions object in the database expires/drops, as it does in the client side? If it does drop/expire/delete in the database then the viewCount in the database also gets deleted.
This is exactly what i was looking for..tysm