Question
Which one of the following is correct about session in PHP?
a. By default, session variables last until the user closes the browser.
b. Session variables can persist even after the user closes the browser.
c. Session variables store user information on the client's computer.
d. It is not possible to store session data in a database.
a. By default, session variables last until the user closes the browser.
b. Session variables can persist even after the user closes the browser.
c. Session variables store user information on the client's computer.
d. It is not possible to store session data in a database.
Answers
GPT 3.5
b. Session variables can persist even after the user closes the browser.