会话和共享托管 (Asp.net)

发布于 2025-01-07 07:10:51 字数 271 浏览 1 评论 0原文

我目前在共享主机方面遇到了一些麻烦,因为我无法使用会话,因为它们在大约 20 秒后超时(我猜当 appPool 被回收时)我已经考虑过使用 sqlServer 或 sessionState 模式,但托管公司没有设置这些,或者我无法安装它们,并且似乎认为 cookie 是一个可行的替代方案。

任何人都可以推荐任何提供共享解决方案的托管公司,其中会话可以工作,并且最好在英国。

今天环顾四周后,我想我会选择 vps 解决方案,因为我认为它在共享托管计划中的任何地方都不可用。

谢谢。

I'm currently having some trouble with my shared hosting as I can't use sessions because they time-out after about 20 seconds (when the appPool gets recycled I guess)I've looked into using the sqlServer or sessionState mode but the hosting company doesn't have these set up or I can't install them and seems to think that cookies are a viable alternative.

Can anyone recommend any hosting company that offers a shared solution where sessions work and is preferably in the uk.

After looking around today I think im going to go for a vps solution as I don't think it is available anywhere on a shared hosting plan.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑红尘 2025-01-14 07:10:51

ASP.NET 中的会话应该可以正常工作。 AppPool默认回收时间约为26小时左右。如果 AppPool 在 20 秒后回收,我会向您的托管提供商提出支持请求。否则,SqlServer 会话允许您将任何命名数据库作为您的 aspnet 会话存储(您可以在 下的 web.config 文件中进行配置。

因此,这意味着任何 ASP.NET允许您提供会话状态的 sql 服务器数据库的托管提供商在英国有很多。

Session in ASP.NET should just work. The AppPool default recycle is around 26 hours or so. If the AppPool is recycling after 20 seconds I'd put in a support request for your hosting provider. Otherwise, the SqlServer session allows you to have any named database as your aspnet session store (you can configure this in your web.config file under <sessionState>.

So, this means that any ASP.NET hosting provider that allows you a sql server database can give you session state. There are a lot of these in the UK. One is fasthosts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文