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.
我在一个基于 OpenCMS 的网页上工作,现在根据荷兰的新法律,我们必须提供一个可以避免 JSESSIONID cookie 的选项,但我在网上没有找到任何东西。
想法??欢迎任何提示!
OpenCms 模板是简单的 jsp 页面。您可以在那里禁用会话:
<%@ page session="false" language="java" contentType="text/html; charset=UTF-8" %>