Hey all,
I use ASP, but this question involves session variables in ASP. Not sure where to post my question.
I am having issues which session variables getting cleared. I use session variables when a user logs into my website. I store their username/userid in them.
For some reason they randomly get cleared. I have the session timeout set to 120, but i've seen the session variables get cleared after 30 minutes.
I tried using AJAX to once every 5 minutes call an ASP page that refreshes the session object (or at least I think it does)
refresh.asp
Any thoughts?Code:Session("userid") = Session("userid") Session("username") = Session("username")
Thanks a bunch!
Ryan


Reply With Quote



Bookmarks