• 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

Invalidate session under 2 browser window with same web application

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

Currently my Websphere activate "enable cookie" for session management in which the cookie path is set as e.g. "/myapp". But I still have a session management problem in which 2 separate broswer window are open named "A" and "B", both of them are access same URL e.g. "http://www.mydomain.com/myapp", the problem is that when doing some navigation within browser "A", and same action is browser "B", and then back to browser "A", the session is invalidate. I know that cookie path configuration can avoid session conflict between different URL. But how to overcome if 2 browser window acces same URL in which both JSESSIONID of them will not interleave.

Thx,
FilexBB
 
reply
    Bookmark Topic Watch Topic
  • New Topic