Session Variables getting cleared

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ramchandar
    New Member
    • Dec 2007
    • 11

    #1

    Session Variables getting cleared

    Hi,

    I have an ASP.Net web application hosted in my local server with IIS 5.0 as web server. This worked fine with no issues. So I tried hosting the same into the server machine where I have IIS 6.0 as web server. I am having an issue : Onclick of the submit button the session variables are getting cleared. I don’t know why it is happening. I am not able to find why and where the session variables are getting cleared.

    Is there any setting that has to be made in IIS or in the application itself?
    Can anyone please help me solving this issue.

    Thanks in advance..

    With regards,
    ram
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    I would guess that it is an issue with the client browser not passing along the session cookie required.
    Check through the security settings to make sure your site is allowed to store and send cookies (and session cookie)

    Comment

    Working...