• 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

getting session using burp suite professional

 
Ranch Hand
Posts: 258
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
we are doing penetration testing for our application. for logout i am invalidating session using session.invalidate but still penetration testing people are able to record the session id from the active session and someway they are accessing the application after logout using burp suite tool by accessing the same recorded session id.

problem hereis i am not getting why they are able to get the session for recorded session id even after logout on container. i guess session.invalidate will destroy the session on server. i am using weblogic server. is it possible?
 
vijay jamadade
Ranch Hand
Posts: 258
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
issue is i am invalidating the weblogic session using session.invalidate but still session is not getting destryoed on server. so recording session id and using tool like burp suite i am able to get inside the application with the old session.

now i found out that session destroy takes some time on server depending on the value set on admin sever for that application. i set it to 2 sec. still it is taking around 3-4 minutes to destroy it. is it that slow task?
 
Hot dog! An advertiser loves us THIS much:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic