[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Tomcat7 SessionCookie options matter  XML
Forum Index -> Terracotta for Web Sessions
Author Message
teppei

neo

Joined: 03/31/2012 22:48:43
Messages: 3
Offline

As of web-app ver3.0, session cookie's options, such as domain or maxage, are configurable in web.xml, for example.
These features are specified in Server3.0's class SessionCookieConfig.
But org.apache.catalina.connector.Tomcat70CookieWriter ignores these configurations except for httpOnly.
(The cookie writer treats all cookies created by ApplicationSessionCookieConfig as temporal ones.)

All other configurations should not be ignored.
rajoshi

seraphim

Joined: 07/04/2011 04:36:10
Messages: 1491
Offline

Hi ,

I think you are looking in wrong forum you should look in some Tomcat forums.

Rakesh Joshi
Senior Consultant
Terracotta.
teppei

neo

Joined: 03/31/2012 22:48:43
Messages: 3
Offline

Maybe you recognize that Tomcat70CookieWriter is in org.apache.catalina.connector package so the source code is originated to Tomcat.
But the class is included in tim-tomcat-7.0-2.3.1.jar and the jar is included in terracotta-session-1.2.1.jar.
I don't think Tomcat developers are responsible for terracotta-session-1.2.1.jar or tim-tomcat-7.0-2.3.1.jar.

Please correct me if I'm wrong.
rajoshi

seraphim

Joined: 07/04/2011 04:36:10
Messages: 1491
Offline

Hi ,

Tomcat is surely not responsible for those integration modules, Can you please give more details on your issue , Can you share a reproducible use case , your configuration and deployment details.

Rakesh Joshi
Senior Consultant
Terracotta.
hhuynh

cherubim

Joined: 06/16/2006 11:54:06
Messages: 761
Offline

It's a real bug unfortunately. I've created the bug report here that you could keep track https://jira.terracotta.org/jira/browse/CDV-1616

teppei

neo

Joined: 03/31/2012 22:48:43
Messages: 3
Offline

Thanks.
It's not unfortunate for me.
It's unfortunate if being said that that's not a bug and is their specification
 
Forum Index -> Terracotta for Web Sessions
Go to:   
Powered by JForum 2.1.7 © JForum Team