0

Session time out issue

asked 2015-11-09 16:19:48 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

My Product running in different VM. where IP are same , only tomcat port is different for example http://104.5.210.xxx:8084/LabSystem/login.zul http://104.5.210.xxx:8085/LabSystem/login.zul everything working fine, but session time out has the issue. Assume that i am opening the above two URL in two tabs in chrome browser, when i sign out on one, then the other session time out. how to fix this.

delete flag offensive retag edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2015-11-09 22:12:11 +0800

Darksu gravatar image Darksu
1991 1 4

Hello Senthilchettyin,

Could you capture the session timeout, add some code to get the system details, and then examine to see which application server handles the requests?

Best Regards,

Darksu

link publish delete flag offensive edit
0

answered 2015-11-16 15:34:58 +0800

dis gravatar image dis flag of Switzerland
140 4

Hello

Cookies are typically per domain. Your two tomcats will always overwrite the cookie from the each other.

When you login on tomcat 1, it will overwrite the cookie from tomcat 2. So you have to login again on tomcat 2 and so on.

Regards Dieter

link publish delete flag offensive edit
0

answered 2015-11-17 03:30:00 +0800

ljalic gravatar image ljalic
1

you login on tomcat 1, it will overwrite the cookie from tomcat 2. So you have to login again on tomcat 2 and so on.

Rd

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2015-11-09 16:19:48 +0800

Seen: 38 times

Last updated: Nov 17 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More