Categories
Search → asp session object

Understanding Session Object in ASP.NET 2.0

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...
DETAILS

ASP Session Object

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...
DETAILS

Managing State in Web Services

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...
DETAILS

Introduction to Built-in Objects in ASP Pages

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.
DETAILS

ASP Tutorials - Managing Session Object and Passing Variables in Session

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 ...
DETAILS
©2003-2019 jCay.com