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.
我的应用程序正在为用户创建两个会话,具体取决于用户是否键入带有 www 前缀的 url。这是我应该/可以快速处理的事情,还是我应该在我的堆栈中将 url 标准化?
非常感谢任何指针,
我建议将所有 www.* 网址重定向到一个没有 www 的网址,反之亦然。更多信息可以在这里找到,或者如果你使用像 Nginx 这样的转发代理,你可以使用它。