Two things.
First, check the session.expires property. It should be 20 minutes but perhaps it is set for a shorter period.
Secondly, and more likely, switch your logic...<%If Session("user")<>""%> Perhaps it is 'losing' the value of "username" and returning a boolean false thereby not executing the remaining code.
Let me know if this helps
John
|