Hi,
Likely session locking. If not writing to session variables try to set the readonly mode (throught the @page directive for Web Forms or with the SessionState attribute for MVC) and see if it goes away.
The rule is that only a single page can have a write access to the session state.