从 Http 迁移到 Https 时会话丢失

发布于 2024-12-07 05:32:02 字数 191 浏览 0 评论 0原文

我在从 http://mysite.com 迁移到 https://secure.mysite.com 导致用户丢失其会话信息。处理这个问题的最佳方法是什么?谢谢

I am having an issue where moving from http://mysite.com to https://secure.mysite.com causes the user to lose their session information. What would be the best way to deal with this? Thanks

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

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

发布评论

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

评论(2

唯憾梦倾城 2024-12-14 05:32:02

我认为您可以使用SQL Server来保留您的Session
这会有帮助的
配置 SQL Server 以存储 ASP.NET 会话状态

I think you can use the SQL Server to keep your Session.
This will be helpful
Configure SQL Server to Store ASP.NET Session State

衣神在巴黎 2024-12-14 05:32:02

由于 url 从 mysite.com 更改为 secure.mysite.com,会话正在丢失 是否可以保持 url 相同并仅使用安全 https 协议?

The session is being lost because the url is changing from mysite.com to secure.mysite.com Is it possible to keep the url the same and just use the secure https protocol?

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