Losing a session variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Abbas82
    New Member
    • Oct 2006
    • 5

    Losing a session variable

    Hi,

    Currently there is a web user that always gets an error on our
    application due to a missing session variable. All other session
    variables are still in tact, but this one seems to disappear and hence
    the user can no longer access everything on the site.


    Any ideas as to where this value goes? I've checked my ASP code and
    saw nothing that would re-set this variable's value. Moreover, only a couple of
    users experience this problem


    Any input would be much appreciated.
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    You may try writing a cookie and rewriting the session from the cookie if it returns blank or null..... and set a timeout on the cookie or something.. I'm not 100% sure what would cause some variables to suddenly go blank or null it may be browser specific.

    Comment

    • Abbas82
      New Member
      • Oct 2006
      • 5

      #3
      Something tells me its an ampersand in an XML string, I am really having trouble replicating it though. I wish I could just call the user up and tell him show me what ur doing. I've tried impersonating him on the production site, but I still havent had any luck with the replication.

      Comment

      Working...