• 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

force a new session?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure which forum is appropriate for this question. I want to implement in jsp so I will ask here.
Is there a way to force a new session (get a new JSESSIONID)?
I have a third party tool running on apache/tomcat. The new version of the tool gets confused when multiple windows are opened (vendor bug, but I can�t wait for a fix). The issue seems to be that they are keeping a single value when they should be keeping an array (or they are only passing back the last element of the array).
If I simulate the flow manually starting separate instances of IE I get different JSESSIONIDs and all is well. If I put in code to exit the workflow, create a new window and login into the app, I get a new ID for the vendor�s �session� but retain the earlier JSESSIONID. Now both windows are updating the same session values and things get hosed.
An advantage that I have is all users are internal, windows, using IE (if that helps).
Thanks,
Scott Patterson
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic