Well, if you do not have more information, it's difficult to answer your question. Maybe you stay a little too long at one page before clicking to next page. If this is the problem, try increasing the Session timeout when you create the session:
Session.Timeout = 60
This makes the session stay fresh for 60 minutes after users last click.
Hope this helps.
//Gizzu