---
title: "What is role based security?"  
description: "What is role based security?"  
author: "Sumit Kesarwani"  
published: 2014-01-25  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1882/what-is-role-based-security  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is role based security?

By default, ASP.NET will store the session state in the same process that processes the request, just as ASP does. If cookies are not available, a session can be tracked by adding a session identifier to the URL.

## Answers

### Answer by Sumit Kesarwani

By default, ASP.NET will store the session state in the same process that processes the request, just as ASP does. If cookies are not available, a session can be tracked by adding a session identifier to the URL.


---

Original Source: https://www.mindstick.com/interview/1882/what-is-role-based-security

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
