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
Post a Comment