Direction: Choose the correct option
Q1.
What is a session in web development?
Direction: Choose the correct option
Q2.
Which middleware is commonly used for session handling in Express?
Direction: Choose the correct option
Q3.
After setting up session middleware, how do you store a value in the session?
Direction: Choose the correct option
Q4.
Where is session data typically stored by default with express-session?
Direction: Choose the correct option
Q5.
What is the difference between express-session and cookie-session?
