Skip to content

Sumit Gupta

bookmarking my life

Session in ASP.NET handler Page

July 21, 2011July 21, 2011 by Sumit Gupta .NET, ASP.NET, C#.NET

To use Session data in Handler Class you need to implement

IRequiresSessionState

which is part of Following namespace (using for helping copy/paste )

using System.Web.SessionState;

Self reminder 🙂

Share this:

  • Facebook
  • Twitter
  • Reddit
  • LinkedIn
  • Pinterest
  • WhatsApp
  • Telegram

Post navigation

Previous: Selecting menu item using Javascript
Next: Why we don’t need VPS?

© 2025 Sumit Gupta // Powered by WordPress