Hi, I’m hoping someone can help me. I’m having a problem with my ASP site logging people out every few minutes, even though in the include file I have it set: Session.Timeout=120
(This is a straight asp site right now, it’s not .NET - I will be upgrading it someday, but I don’t have the skills to do it yet, I’m still learning .NET)
I’m wondering if anyone can think of any reasons why the premature session timeouts keep occuring, or if there’s some better way to handle session time limits that I should implement that would fix the problem. If so, that would be great! Thanks in advance!