Internet ExplorerでSitecoreクライアントを使用する際に、ユーザー セッションの有効期限が切れると、ユーザーがログイン ページではなく次のようなURLのページにリダイレクトされる場合があります。
http://hostname/sitecore/:///undefined?returnUrl=%2Fsitecore%2Fshell
次のエラーが記録される場合もあります。
Exception: System.Web.HttpException Message: A potentially dangerous Request.Path value was detected from the client (:). Source: System.Web at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)
本問題を解決するには、以下の手順を実行してください。
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Sitecore.Support.sitecore.login.Default" %>