Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6141995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:19:37+00:00 2026-05-23T18:19:37+00:00

I have an ashx file (implementing the IRequiresSessionState interface) storing a value to session

  • 0

I have an ashx file (implementing the IRequiresSessionState interface) storing a value to session state like so:

context.Session.Add("answer", _answer);

In the code-behind of the aspx file which triggers the ashx call I try to access the session variable like so:

Context.Session["answer"].ToString()

and I get a NullReferenceException.

How do I need to go about writing and reading from session state in this context?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:19:38+00:00Added an answer on May 23, 2026 at 6:19 pm

    I susspect that the issue is on url name and in the setup of your cookies on the session, because if you have place the IRequiresSessionState interface you sould read the session.

    Go to your web.config and set your domain name on the httpCookies as your name of your domain with out the ‘www’.

    <httpCookies domain="domainname.com" .... />
    

    This way your page reads the cookie and the session ether you call it from domainname.com, ether http://www.domainname.com.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an HttpHandler configured in my web.config file like so: <add verb=GET,HEAD,POST path=TinyMCE.ashx
I have a ashx file in a non web project in VS2008. The type
I have a ashx page handling file/attachment requests last line of code is System.Web.HttpContext.Current.Response.WriteFile(filename)
I have ASHX HTTPHandler which implements IRequiresSessionState. When I call this handler, and call
I have an *.ashx (handler) with this code: public void ProcessRequest (HttpContext context) {
I have code (in a .ashx-file) that generates a PDF file from a PDF
I have an ashx file, Visual Studio 10, no knowledge at all about C#
I have the following code in an ashx file - don't ask why ;-)
I have a ashx handler that gets a file we are using, this in
I have ashx file and I want to redirect from ashx to aspx page.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.