Question:

A Session variable is created ________.
 

Show Hint

Session variables are temporary and are destroyed when the session ends or when the browser is closed.
Updated On: Jun 16, 2025
  • when the application is first placed on a web server.
  • when the web server is first started.
  • when the first client requests a URL resource.
  • every time a new client interacts with the web application.
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

A session variable is created for each user interaction with a web application. When a user first interacts with the application, a new session is established, and session variables are created to maintain information across different requests during that session.
Was this answer helpful?
0
0