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.
我有一个 Stripes 网站,我将拥有一个会获得大量点击的页面,并且我被要求确保当有人导航到该页面时,Stripes 不会创建用户会话。
有没有办法确保当用户进行某个操作时不会创建会话?
您需要创建一个拦截器,并且在调用您不想创建会话的任何操作时。只需查看响应是否在标头中包含“SET-Cookie”,如果它是删除该标头内容。我希望你的问题会得到解决。
问候 基肖尔