Article ID: 310619 - Last Review: June 14, 2002 - Revision: 1.0

PRB: Session State Is Lost in Mobile Web Form Applications During Development

This article was previously published under Q310619
Expand all | Collapse all

SYMPTOMS

When you browse to mobile Web Forms, you may receive the following error message if view state or session state is lost or has expired:
System.Exception: The page requires session state that is no longer available. Either the session has expired, the client did not send a valid session cookie, or the session state history size is too small. Try increasing the history size or session expiry limit.

CAUSE

This problem occurs because virus scanning software performs real-time scanning while you build an application.

RESOLUTION

To resolve this problem, disable real-time scanning when you build the application. You can also disable real-time scanning for the application directory.

MORE INFORMATION

Mobile Web Forms applications store view state information in a session variable on the server. Because the view state is saved in the session, view state may expire when the server application restarts, which also restarts the session.

An application may restart for many reasons. One reason is because the virus software scans incoming and outgoing files in real time. This can disrupt the session state of your mobile Web application immediately after you build your application in Microsoft Visual Studio .NET.

REFERENCES

309337  (http://support.microsoft.com/kb/309337/EN-US/ ) PRB: Exceptions Occur When You Run ASP.NET Applications and Inoculan Antivirus Software

APPLIES TO
  • Microsoft Mobile Internet Toolkit 1.0
Keywords: 
kbbuilder kbcompiler kbideproject kbprb KB310619
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations