Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
157 views
in General by (110k points)
closed by
In ASP.NET, each session uses a unique ______ bits identifier.
1. 60
2. 180
3. 120
4. 30

1 Answer

0 votes
by (105k points)
selected by
 
Best answer
Correct Answer - Option 3 : 120

 Sessions are identified by a unique identifier. It is 120 bit identifier in ASP.NET. It can be read using the SessionID property.

The client requests a web page in the application from the web server, then the server checks the SessionID value sent from the web browser.

If the SessionID value is not supplied then ASP.NET starts a new session and the SessionID value for that session is sent to the browser with the response. By default, SessionID values are stored in a cookie. However, you can also configure the application to store the SessionID value in the URL for a "cookieless" session.

Hence the correct answer is 120.

 

  • When you use Session State, a session cookie named ASP.NET_SessionId is added to your browser automatically.
  • By default, the ASP.NET Session timeout is 20 minutes.
  • It is a server-side state management technique because each session is stored on the server.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...