Programming Languages ASP.NET Objective
May 20, 2013

When does a session start?

Choose the correct answer:
A) When a new user requests an ASP file, and the Global.asa file includes a Session_OnStart procedure
B) When a value is stored in a Session variable
C) When a user requests an ASP file, and the Global.asa file uses the <object> tag to instantiate an object with session scope
D) All of the above
Detailed Explanation

No Explanation

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback