[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]
multiple session hops - what it means  XML
Forum Index -> Terracotta for Web Sessions
Author Message
tanmoy

neo

Joined: 10/04/2010 14:26:46
Messages: 8
Offline

i have a single stripe terracotta cluster with 2 tomcats registered as clients. These 2 tomcat instances are load balanced without sticky sessions.

Now, when I hit the application home page for the first time, a jsession is created, and the dev console shows it. However, along with this, a no of session hops happen too, and also when i press refresh, it hops a number of sessions again. For example, session hops were 56, as i press F5, the number increases to 61.

let me know what it means, why session is changing application servers so many times?
rmahajan

journeyman

Joined: 12/28/2011 21:53:45
Messages: 47
Offline

Can you please add "session.debug.hops = true" property in your tc config xml and share the terracotta server logs here.

You can add the following properties in your tc-config.xml:

Code:
 	<tc-properties>
 		<property name="session.debug.hops" value="true" />
 		<property name="session.debug.sessions" value="true" />
 	</tc-properties>
 


 
Forum Index -> Terracotta for Web Sessions
Go to:   
Powered by JForum 2.1.7 © JForum Team