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.
Only
JSESSIONIDis specific to servletcontainers. The remnant are specific to Liferay portlet framework which your webapplication is apparently using.