Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个无法解决的问题,如何从外部网站获取会话变量?
类似于:myvariable=session["othersite"];
您必须在服务器端发出 Web 请求,该请求将访问外部站点,并且外部站点必须具有提供它的端点(Web 服务)。此外,如果会话变量值很敏感,您可能希望在此过程中使用对称加密。