Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Session State being lost in Internet Explorer but not Firefox [modified]

Session State being lost in Internet Explorer but not Firefox [modified]

Scheduled Pinned Locked Moved ASP.NET
helpdatabasecomdata-structurestesting
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vincent Curry
    wrote on last edited by
    #1

    Hi, I'm having a problem with session state being lost in the live environment when using Internet Explorer Versions 6,7 or 8. The application I am working on is www.rugbyroundup.com[^]. The behaviour should be that when a user selects a country they get a different country based page, with different Fixtures and Results available. Then, when clicking on the various Leagues, they should stay with that country. For instance, if you were to select England, followed by National 1 you would still see the England Bar after selecting the National 1 League. This is happening correctly in Mozilla Firefox. However, in Internet Explorer, after clicking the League, the Country setting returns to international!!!:mad: (this can be seen by the change of the flags towards the top of the page). What is equally infuriating is that when testing against my local development version, it functions perfectly on both browsers!!! I've done a bit of investigation into the problem. As the page is using IFRAMES I had a look at the article Session variables are lost if you use FRAMESET in Internet Explorer 6[^] but after giving the various resources the appropriate HTTP Headers the problem is still occurring. I also looked at the Trace when the pages are being run - here is a summary: LIVE ==== Mozilla Browse to index index fires twice with same session variables select country index fires twice with same session variables Got to League Fires twice with same session variables IE Browse to Index index fires once with correct session variables. Select country index fires twice, Second time, the Country code is changed, almost reset Local ===== Mozilla Browse to index index fires twice with same session variables select country index fires twice with same session variables Got to League Fires at least once --- does fire twice - page load occurred twice, thread stack was overflown... IE Browse to Index index fires once with correct session variables. Select country index fires once with correct session variables Select League league.aspx fires once with correct session variables. I would be grateful for any help with this problem

    Vincent www.pub-olymp

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups