- 1,251 categories
- 40,829 scripts
- In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every...
- Categories
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- The Session object stores information needed for a particular user''s session on the web server. It is automatically created every time when an ASP page from the web site or web application is requested by a user who does not already have a sess...
- Categories
- Platforms
- Licenses
- Explains how to manage a session and application state objects in ASP.NET Web Services.
Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be ca...
- Categories
- Platforms
- Licenses
- This tutorial helps you understand: How ASP server presents the programming environment to ASP pages with a number of run-time objects. Basic properties and methods of run-time objects: request, response, server, application, and session.
- Categories
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- This tutorial describes: How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. How ASP server offers the session object to ASP pages to share information between multiple requests or pages. Different ...
- Categories
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use