---
title: "Define Session, SessionId and Session State in ASP.NET."  
description: "Define Session, SessionId and Session State in ASP.NET."  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/113/define-session-sessionid-and-session-state-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Define Session, SessionId and Session State in ASP.NET.

A session is the duration of connectivity between a client and a server application. \
\
SessionId is used to identify a request from the browser. By default, value of SessionId is stored in a cookie. You can configure the application to store SessionId in the URL for a "cookieless" session.

## Answers

### Answer by Pushpendra Singh

A session is the duration of connectivity between a client and a server application. \
\
SessionId is used to identify a request from the browser. By default, value of SessionId is stored in a cookie. You can configure the application to store SessionId in the URL for a "cookieless" session.


---

Original Source: https://www.mindstick.com/interview/113/define-session-sessionid-and-session-state-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
