B
bill yeager
Could someone please tell me what the status code is for a
session timeout?
I want to redirect the user to a specific page informing
them that their session has timed out and they need to log
back in again.
I want to set up a custom error in the web.config file
based on this error, but I don't know what the error code
is.
Something like:
<customErrors mode="RemoteOnly"
defaultRedirect="/error.html">
<error statusCode="403" redirect="/accessdenied.html" />
<error statusCode="404" redirect="/pagenotfound.html" />
</customErrors>
session timeout?
I want to redirect the user to a specific page informing
them that their session has timed out and they need to log
back in again.
I want to set up a custom error in the web.config file
based on this error, but I don't know what the error code
is.
Something like:
<customErrors mode="RemoteOnly"
defaultRedirect="/error.html">
<error statusCode="403" redirect="/accessdenied.html" />
<error statusCode="404" redirect="/pagenotfound.html" />
</customErrors>