| Author |
can i get the row http request data from tomcat
|
Meir Yan
Ranch Hand
Joined: Apr 27, 2006
Posts: 597
|
|
And then extract from it the session id .
can it be done some how ?
|
 |
Chiranjeevi Kanthraj
Ranch Hand
Joined: Feb 18, 2008
Posts: 283
|
|
|
Can you please explain the problem?
|
-Chiru
|
 |
Meir Yan
Ranch Hand
Joined: Apr 27, 2006
Posts: 597
|
|
i need to deal with legacy web app code , that needs to add basic
authentication to it with sessions
now i need to be able to extract the session id from the header (
can't add sessions into the code )
the scenario is that only once and only once per page i pass the
session into the server side.
but in the next server side calls i don't have it and i can add code
to pass it into the server side call
since i have the session from the first time i will save it into the
map with the session id as the key.
now i need only to be able to extract the session id on every client request .
my question is .. can it be done ?
Thanks
|
 |
 |
|
|
subject: can i get the row http request data from tomcat
|
|
|