Hello all 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
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org