http - 如何在重定向到 SSL 期间保持相同的 ASP session ?

标签 http session ssl asp-classic e-commerce

我有一个运行经典 ASP 的购物车网站,在结帐过程中需要帮助。当用户准备结帐时,他们将被重定向到网站的 SSL 版本。

Response.Redirect "https://example.com/beginCheckoutProcess.asp"

发生跳转时,客户在到达网站的 SSL 版本时会启动一个新 session 。这意味着他们购物车中的内容丢失了,给他们留下了糟糕的网站体验。

有没有办法在跳转到 SSL 的过程中保持相同的 ASP session ?

最佳答案

如果您保持子域不变,它就可以正常工作。

关于http - 如何在重定向到 SSL 期间保持相同的 ASP session ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/763407/

相关文章:

security - 客户端和服务之间的安全通信

security - SSL 和 TLS : Can the request URI be intercepted by a MITM attack?

http - 如何为 HTTP-Appender 配置 log4j2.xml

php - PphpMyAdmin - 错误无法在没有错误的情况下启动 session : How to fix?

python - 我正在尝试安装 python 模块 HTTP

mysql - Google 应用引擎 - 将网站用户表从数据存储迁移到 mysql (CloudSQL)

c# - HttpContext.Current.Session - NullReferenceException

ssl - Kubernetes 1.14.2 HA Master NGINX 负载均衡器 log.go :172] http: TLS handshake error from 192. 168.5.32:43148: 远程错误: tls: 证书错误

c++ - http C++ 库?

apache - 如何从 apache 中删除日期 header ?