Accessing Session from an HttpHandler

I found this out today.  If you want to access the Session from an HttpHandler, you need to implement one of two interfaces.  Either: IRequiresSessionState or IReadOnlySessionState.

Those interfaces don’t have any members but by implementing them you are allowed access to the Session.

Advertisement

One thought on “Accessing Session from an HttpHandler

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s