Opening a new form with a script cannot access the session

Source: Internet
Author: User

This is a headache. You cannot access the page after opening the form to display the page. Session Value. It may be IIS The service treats the new form as a new connection and reallocates it. Session Session. In this case, a special form opening method is used, and the project is hit. Opening a form in case of a problem : First Showmodaldialog A mode form, and then in the mode form Open A form, the page opened at this time cannot access the previously set Session Value. If you use Showmodaldialog Or Open Open does not exist.

RelatedCode
Default. aspx

Protected VoidPage_load (ObjectSender,EventargsE)

{

Session ["Henry"] ="BBQ";

ShowmodaldialogShow =New Showmodaldialog("Open. aspx","Default2.aspx");

Registerscript. Regionclick (linkbutton1, show,New Notpost());

 }

 

Default2.aspx

Protected VoidPage_load (ObjectSender,EventargsE)

{

Response. Write (session ["Henry"]);

OpenWindowOpen =New OpenWindow("Default2.aspx");

 Registerscript. Regionclick (linkbutton1, open,New Notpost());

  }

 

When you clickDefault2.aspxButton to open againDefault2.aspCannot output the originalSession.

I can't find any solutions, so I will ask you to help me on the homepage.

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.