. Ashx capture session

Source: Internet
Author: User

I call system. Web. httpcontext. Current. Session in the class library. It is a null value. Is there a way to get this value?
But I can get it in another class library. Both classes are non-page classes, and the session must be non-empty. "Someone asked this question online, I encountered it later in programming.
1: Custom HTTP ProcessingProgram, Inherited from ihttphandler, In the write system. web. httpcontext. current. session ["value"], no problem, but when I want to write this session to a variable, I find that the session value is null, and then query msdn, see "Implementing the irequiressessionstate interface in the Custom HTTP handler to determine whether the handler needs to have read and write access to the session state value". After adding this interface to the custom class

 

2. Capture the session in. ashx and add the irequiressessionstate interface.Remember in handler. ashx
Using system. Web. sessionstate;
Irequiressessionstate


 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.