Custom Error Message

  • Thread starter Thread starter Kenny
  • Start date Start date
K

Kenny

Hi,

How to create a custom error message when user hit this error so that I can
redirect to the login page.

"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."

Thanks,
Kenny
 
You can do this from IIS using the custom error page tab and set your login
page against the error code.

HTH
 
Back
Top