Explanation: Answer option C is correct.
By default, a session cookie is valid until the browser is closed. A session refers to all the connections that can be made by a single client in the course of viewing any pages associated with a given application. Sessions are specific to both the individual user and the application. Therefore, every user of an application has a separate session and has access to a separate set of session variables.