Handling back button errors on device
From: dave (dave_at_discussions.microsoft.com)
Date: 09/01/04
- Previous message: JuanDG: "RE: Auto submit on enter key down"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Sep 2004 07:45:14 -0700
I have put together an web application on a device (with asp.net).
Everything seems working fine while the end user uses the provided
navigation. My problem occurs when user starts using the 'back' button on
the device. The error message goes as follows
Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) Server Last Error: System.Web.HttpUnhandledException:
Exception of type System.Web.HttpUnhandledException was thrown. --->
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.
Any suggestions?
thx
- Previous message: JuanDG: "RE: Auto submit on enter key down"
- Messages sorted by: [ date ] [ thread ]