Skip to content

aravindkk/Sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Ever wondered how a website rmembers who you are throughout your browing period? Well, remember that the web and it's server calls are stateless. So, what gives? This magic is called sessions. Sessions are the means to provide a customized experience to a user, and helps to maintain security and redundancy. Here, you can find a sample code to understand sessions and to see how it can be implemented using cookies in NodeJS.

About

Short reusable code on Sessions in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published