U
U
user.2019-01-05 16:16:37
Sessions
user., 2019-01-05 16:16:37

Which parameter in this http packet is the session identifier?

Hello, I have a question regarding sessions.


GET /some.html HTTP/1.1
Host: 192.168.1.1
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Accept: */*
Accept-Language: en-US,en ;q=0.5
Accept-Encoding: gzip, deflate
Referer: 192.168.1.1/some.html
Cookie: c45c5dd5/accept-language=en-US,en; c45c5dd5/zoom-accessibility=small; c45c5dd5/contrast-accessibility=contrast1; c45c5dd5/language=en; c45c5dd5/possibleLanguages=en,fr; c45c5dd5/sessid=Tk0bbfC9grhSQ2L5RX2GpQN5; c45c5dd5/context=K8xyHFEjLyx+5CGgNgpmCot9ZsmFxlvURttPmCtuCsEtwJXfb2I5p4ia7PZWw+8A; c45c5dd5/login=admin; c45c5dd5/expirydate=Sat Jan 05 2019 08:18:21 GMT-0500 (EST)
Connection: close
If-None-Match: c45c5dd5
Cache-Control: max-age=0

if I want to use this session in other utilities that request cookies, do I need to pass only this parameter to them?
--cookie="c45c5dd5/sessid=Tk0bbfC9grhSQ2L5RX2GpQN5"

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question