Session Drivers and Methods
Learn about session drivers and methods and see some session methods being used in code.
We'll cover the following...
Session drivers
A session driver defines where session data will be stored. There are three types of session drivers in AdonisJs: cookie, file, and Redis. Cookie keeps session ...