top of page

IE8 – JavaScript window.open ruins session: Learn why and how to prevent it

  • eseasrilcefalkbat
  • Aug 12, 2023
  • 1 min read


I'm storing a token in a session variable. I launch a report that needs this token in a new ASPX page by using the javascript windows.open function. When this new page loads the HttpContext.Current.Session is null.




IE8 – JavaScript window.open invalidates session



If the website is the same for both windows you shouldn't have any problem sharing session between two windows, even with any version of Internet Explorer since the second window is originating from the first one by calling window.open() method. 2ff7e9595c


 
 
 

Recent Posts

See All

コメント


© 2023 by Medical Clinic. Proudly created with Wix.com

500 Terry Francois St, San Francisco, CA 94158

Tel: 123-456-7890

  • White Facebook Icon
  • White Twitter Icon
bottom of page