Home

Submit

Source

Feeds

Home » ASP.NET » Cookies and Sessions ::

ASP.NET Cookies and Sessions
This tutorial covers managing session state within your ASP.NET application. Programming Web applications requires you to be very mindful of how the state of your application is distributed at any moment. One of the most important types of state in a Web application is session state - the state associated with a single particular session. Because Web applications are distributed by nature, keeping track of any single client has to be done deliberately.
Related Tutorials
ASP.NET Configuration
Configurations
ASP.NET / Configuration
This tutorial introduces the method in which ASP.NET manages configuration information. It gives a taste of how ASP.NET configuration works. We'll see details about ASP.NET configuration in later tutorials. ASP.NET is a feature-rich system for developing and deploying Web sites. The features we'll see in more detail as we examine ASP.NET further include some the following: *session state *caching content to help optimize your Web site's responses *tracing requests *mapping specific file extensions to custom handlers *authenticating users.

Site: www.brainbell.com Report - View Tutorial

ASP.NET General Development
The Application and HTTP Modules
ASP.NET / General Development
This tutorial covers working with application state and application-wide events within your ASP.NET application. In normal desktop applications, the notion of a global meeting place for various parts of an application is well-understood.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Debugging and Error Handling
Diagnostics and Debugging
ASP.NET / Debugging and Error Handling
This tutorial covers the support provided by ASP.NET for figuring out what's wrong with your ASP.NET application. As you can imagine, debuging Web applications introduces a whole new set of challenges. This tutorial shows you how to watch your application as it runs and trace the state of any particular request.

Site: www.brainbell.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement