Python Forum

Full Version: Session id http, how to capture ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Studying the tcp/ip protocol stack I could see that the session layer ( osi table ) is part of the application layer na ( ... tcp/ip ) and that it generates a session id. I would like to know how do I capture the session id of an http request, using native python features ?
You might find this useful (It's a PDF on TCP/IP inspection using python): https://www.uv.mx/personal/angelperez/fi..._texto.pdf