php - How to remove cookies in redirected URL? -


i passing link through httpwebrequest() , httpwebresponse() methods, getting final response url contains cookies(session id) in it.

for example, link

http://histoire-bateaux-aviron.fr/ 

i getting following response url:

histoire-bateaux-aviron.fr/;jsessionid=d94cea91011fdf30cca8a8eac8ce4971.tcpfix243a

when open http://histoire-bateaux-aviron.fr/ in browser, link in browser address bar doesn't contain session id value.

how remove session id , cookie values above response url?


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -