This week's book giveaway is in the Cloud/Virtualization forum.
We're giving away four copies of Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud and have Kyle Brown, Bobby Woolf and Joseph Yodor on-line!
See this thread for details.
    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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

is it normal for jsessionid ?

 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I use "isRequestedSessionIdFRomURL" and "isRequestedSessionIdFromCookie" to check where the jsessionid is from. By the way, I use encodeURL(). It surprises me that no matter if I disable the cookie from client side (I don't have to restart machine for this, right ?), the first time I open a browser it shows the id is from URL and it appends a jsesionid=.. for me. when I go back to the 1st page and hit refresh, then it shows the id is from cookie and that "jsessionid=.." disappears.

is this normal ?
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Related to this thread. I don't think we need two copies running at once.
    Bookmark Topic Watch Topic
  • New Topic