Click here to Skip to main content
6,593,419 members and growing! (13,712 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager
Announcements
BullFrog Power
 
Search    
Add to IE Search

Session State


Web Development » Session State
Language
Platform
Technology
Audience
Skill Level
Clear All

Contents

     

    ASP.NET - Sessions and Session State

    top
    Title / Updated Author Score  
    AH, Ah, ah, ah…Staying Alive…Staying Alive - Unedited
    Updated: 10 Jun 2009  
    Sometimes you want your web page to 'stay alive'. That is, if a user is filling out a complicated form, you do not want the session to time out before they are finished. The user could get very angry and rightfully so: You might even get yelled at! It's not simply a matter of increasing the session
    C#, Javascript, Windows, .NET, All Topics
    Steve Wellens 4.95
    Using Session State in a Web Service - Unedited
    Updated: 11 May 2009  
    Usually, when you think of a Web Service, you think …make the call, get the response, and get on with the task at hand. These "one shot" calls are the norm in Web Services but there may be times when you need a little more. You may need the Web Service to remember states between calls. As an exampl
    C++, Windows
    Steve Wellens 4.78
    Maintaining Session from the Client Application to the Web Service
    Updated: 11 Sep 2009  
    This article is based on maintaining session from the client application to the Web Service
    C# (C# 1.0, C# 2.0, C# 3.0), ASP.NET, Dev
    vivek_viv 4.61
    A Session Data Management Tool
    Updated: 26 Feb 2004  
    Introducing a .NET web service to manage session data for multiple applications
    VB.NET 1.0, Win2K, WinXP, ASP.NET, Dev
    Xiangyang Liu 刘向阳 4.55
    Offering a better (ODP Compliant) ASP.NET Session object
    Updated: 1 Apr 2003  
    This article discusses the problems and the available solutions for maintenance and utilization of ASP.NET session state of the .NET session object.
    C#, VC7, VC7.1, VC8.0.NET 1.0, Win2K, WinXP, ASP.NET, MFC, STL, Dev
    Natty Gur 4.54
    Using Attributes for encapsulating ASP.NET Session and ViewState variables
    Updated: 13 Apr 2005  
    A generic and type-safe way to encapsulate ASP.NET Session and ViewState variables.
    C#, Windows, .NET 1.0, .NET 1.1, .NET 2.0, DotGNU, ASP.NET, Visual Studio, WebForms, Dev
    Fábio Batista 4.41
    Custom session state management in ASP.NET 1.1
    Updated: 10 Apr 2006  
    This article discusses a custom session state management mechanism that replaces ASP.NET 1.1 SessionStateModule.
    C#.NET 1.1, WinXP, Win2003, ASP.NET, VS.NET2003, Dev
    Sergey Sorokin 4.41
    Safely Storing Business Objects in Session State
    Updated: 29 May 2007  
    An example of how to store Business Objects in Session State with mutliple browser windows open on the same client
    C# 2.0, Windows, .NET 2.0, ASP.NET, Visual Studio, WebForms, Dev
    ggraham412 4.34
    Session Diagram "A Way For Better Controlling Your Session"
    Updated: 29 Nov 2006  
    An article discussion a solution for cleaning session from unnecessary object in a simple way.
    VB, Windows, .NET, ASP.NET, VS2005, Architect, Dev
    Mohammad Hefny 4.33
    Prevent Session Timeout in ASP.NET
    Updated: 16 Feb 2005  
    Simple code to prevent a sesison from timing out while a user enters data or edits HTML etc.
    C#, Windows, .NET, ASP.NET, IIS, Visual Studio, IE 6.0, IE 5.5, Dev
    Ach1lles 4.33
    The Defibrillator: Keeping ASP.NET Session Alive Ad Infinitum
    Updated: 31 May 2005  
    With only two lines of code (no joking) keep your session alive as long as the user stays on your site.
    C#, Windows, .NET CF, .NET, Mobile, ASP.NET, Visual Studio, WebForms, CEO, Architect, Dev
    Thomas Kurek 4.32
    Handle session variable problems between classic ASP and ASP.NET web applications
    Updated: 5 Nov 2008  
    A solution to handle session variable problems between classic ASP and ASP.NET web applications.
    C# (C# 1.0, C# 2.0, C# 3.0), VBScript, .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5), ASP, ASP.NET, Dev
    Abhay Mhatre 4.20
    Sharing Session Across Applications
    Updated: 18 Jun 2008  
    A simple way to share session data accross web applications.
    C# (C# 2.0, C# 3.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), WebForms, Architect, Dev, Design
    pfemiani 4.16
    ASP.NET Session Helper (Scope, Categories)
    Updated: 9 May 2008  
    Use scopes and categories to avoid collision and confusion between your session values.
    C# (C# 2.0), Windows, ASP.NET, Architect, Dev
    Florian DREVET 4.06
    Exploring ASP.NET Session State and Cache data
    Updated: 10 Jan 2007  
    An article showing how to create quick, "easy to use" views of session state and cache.
    C++, C#.NET 1.0, .NET 1.1, Win2K, WinXP, ASP.NET, MFC, VS.NET2003, Dev
    Patrick Long 3.96
    How to Redirect to Another Page when Session Timeout in ASP.NET (when pages contain Ajax UpdatePanel)
    Updated: 18 Jun 2008  
    A small solution to deal with session timeout when using Ajax UpdatePanel
    C#, Javascript, ASP, ASP.NET, WebForms, Ajax
    Nguyen Quy Minh 3.87
    How to Deal with those pesky Session Objects between page redirects!
    Updated: 13 Jan 2006  
    This article gives a solution for cleaning up session variables that leap from one page to another in unexpected ways.
    C#, XML, Windows, .NET, ASP.NET, Visual Studio, Dev
    Christopher G. Lasater 3.86
    Tracking Session Changes using HttpModule
    Updated: 24 Oct 2003  
    A custom HttpModule to display the session data before and after a page request at the end of the page ouput.
    C#.NET 1.1, Win2K, ASP.NET, VS.NET2003, Dev
    Karthikeyan Arunachalam 3.77
    Avoid session loss when using Cookieless sessions with XML Sitemap Provider
    Updated: 28 Oct 2008  
    This article will explain how to avoid session loss when you use Cookiless sessions with the XML Sitemap Provider.
    C#, XML, .NET (.NET 2.0, .NET 3.0, .NET 3.5), ASP.NET
    Anas Ghanem 3.67
    Improve performace with Sessions using Cache
    Updated: 20 Jul 2005  
    I wrote this short article to improve your ASP.NET application Sessions using Cache.
    C#, SQL, VC7.1.NET 1.1, Win2K, WinXP, Win2003, Vista, ASP.NET, SQL 2000, SQL 2005, VS.NET2003, DBA, Dev
    Albert Pascual 3.64
    Exposing the Session Object as a User Defined Class
    Updated: 17 Apr 2003  
    A simple way to encapsulate all Session object variables in a user defined class
    C#, VB, Windows, .NET 1.0, ASP.NET, Visual Studio, Dev
    Simon Segal 3.64
    ASP.NET Session Management Internals
    Updated: 2 Aug 2004  
    This article goes through the internals of ASP.NET session management.
    C#, Windows, .NET, ASP.NET, Visual Studio, Architect, Dev
    Mandeep S Bhatia 3.41
    ASP.NET Managed Page Session State
    Updated: 17 Jan 2009  
    To manage session state within page scope
    C#.NET 3.5, ASP.NET, Architect, Dev, Design
    Jason Law 3.00
    Session management options in ASP.NET
    Updated: 25 May 2004  
    Article on ASP.NET session management.
    Windows, .NET, ASP.NET, Visual Studio, Dev
    Ansil 2.92
    Simple ASP.NET Session Management Framework
    Updated: 5 Oct 2004  
    An article on managing Session information.
    C#.NET 1.1, Win2K, WinXP, Win2003, ASP.NET, IIS 6, VS.NET2003, Dev
    Joey Chömpff 2.54
    ASP.NET Session Login Without Cookies
    Updated: 11 Aug 2003  
    Easiest way to authenticate users without cookies.
    .NET, Win2K, WinXP, Win2003, ASP.NET, Visual Studio, Dev
    Wraith01 2.15
    How to build a simple Session State Sink
    Updated: 16 Aug 2007  
    Allows you to easily manage your Session without casting, and removes redundant code.
    C# 1.0, C# 2.0, C# 3.0, Windows, .NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, ASP.NET, WebForms, VS.NET2003, VS2005, Dev
    ColinBashBash 2.09
    Transfering session state between ASP and ASP.NET
    Updated: 26 Oct 2004  
    A simple way to share sessions between ASP and ASP.NET.
    Windows, .NET 1.0, ASP, ASP.NET, Visual Studio, Dev
    r@hu! 2.08
    Retrieve All Active Sessions Data
    Updated: 31 May 2009  
    Helps to view all the active Session IDs, Session Keys, and Session Values in an ASP.NET application.
    C# 1.0, C# 2.0, C# 3.0.NET 2.0, .NET 3.0, .NET 3.5, ASP.NET, Dev
    nmreddy83 1.50

    Last Updated 7 Nov 2009
    Advertise | Privacy
    Copyright © CodeProject, 1999-2009
    All Rights Reserved. Terms of Use