Tomcat cookie是如何形成的?

发布于 2024-12-05 07:22:32 字数 346 浏览 1 评论 0原文

tomcat 会话 cookie 的具体形成方式和时间。

我可以看到 COOKIE_SUPPORTGUEST_LANGUAGE_IDJSESSIONIDLOGIN,我已经 下载了源代码,但仍然看不到完整图片(实际上,我只能找到 JSESSIONID)。

如果您还提供有关如何准确配置和组织 tomcat 会话的任何有价值的链接,那就太好了。

How exactly and when exactly tomcat session cookies are formed.

I can see COOKIE_SUPPORT, GUEST_LANGUAGE_ID, JSESSIONID, LOGIN, I've downloaded source code, but nevertheless cannot see full picture (actually, I can find only JSESSIONID).

It would be nice if you also provide any worthy link about how exactly tomcat sessions are configured and organized.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

[旋木] 2024-12-12 07:22:32

我不确定其他的,但对于 JSESSIONID,您应该阅读 servlet 规范以了解何时创建会话。这些规范中包含必须由兼容的 servlet 容器实现的功能。

Servlet 2.4 规范,SRV.7 会话。

Servlet 3.0 规范

Servlet 3.1 规范

I'm not sure about the others, but for JSESSIONID you should read the servlet spec for when sessions are to be created. In these specs are features that must be implemented by compatible servlet containers.

Servlet 2.4 spec, SRV.7 Sessions.

Servlet 3.0 spec.

Servlet 3.1 spec.

落日海湾 2024-12-12 07:22:32

只有 JSESSIONID 是特定于 servlet 容器的。剩余部分特定于 Liferay portlet您的网络应用程序显然正在使用的框架。

Only JSESSIONID is specific to servletcontainers. The remnant are specific to Liferay portlet framework which your webapplication is apparently using.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文