Session - ASP 2.0

Discussion in 'ASP.NET 2.0' started by Raff, Jun 4, 2006.

  1. Hey Guys,

    Im having an issue with Session. After Publishing my site to the hosting server I give it a test on the live environment. I notice that when i navigate to a specific page of the app and submit a post back i lose my session data and get kicked out to the login screen. Now this only occurs on IE 6, when using Firefox everything works fine. Im just not sure where the problem lies becasue my testing environment is mostly done using IE 6 and i dont see this problem.

    Thanks
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    session is kept on the server and you should see the same problem with both IE and FireFox.

    If you can reproduce the error consistently on IE and not FireFox, the problem is probably related to the application itself. May be cookie??

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page