• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 6.0 JSESSIONID cookie getting lost

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I am struggling with following configuration in which my Tomcat 6.0 web session getting lost -

1. User logs in via Internet as HTTPS sends request to Load Balancer (This is not Tomcat load balancer, it's third party load balancer server)

2. Load balancer decrypts & forward HTTP requests to Reverse proxy server (This has SiteMinder & APACHE server 1.2.8 mod proxy on it)

3. Reverse proxy server sends request to IIS which then goes to Tomcat which creates new JSESSIONID cookie.

4. User gets logged in successfully, but after 5-10 clicks while navigating on other pages new HTTP request comes without same JSESSIONID cookie & hence tomcat lost the session & creates new JSESSIONID cookie.

Configuration which works fine -

1. User logs in via Internet as HTTPS sends request to Load Balancer # 1

2. Load balancer # 1 decrypts & forward HTTP requests to sends request to IIS which then goes to Tomcat which creates new JSESSIONID cookie.

Any ideas?
 
Amateurs built google. Professionals built the titanic. We can't find the guy that built this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic