提问人:Sid 提问时间:2/8/2021 更新时间:2/9/2021 访问量:82
保持会话活动状态 sitecore mvc
Keep Session Alive sitecore mvc
答:
0赞
Parag Gupta
2/9/2021
#1
keepalive.aspx目的以下是 Sitecore 8.0 中页面的完整代码
<html>
<head id="Head1" runat="server" enableviewstate="false">
<title>Keep Alive</title>
</head>
<body>
<form id="form1" runat="server" enableviewstate="false">
Keep Alive Page
</form>
</body>
</html>
您也可以在这里阅读更多内容:https://sitecorestuff.wordpress.com/2013/06/28/how-to-keep-alive-your-sitecore-instance-24x7/
评论