Click here to Skip to main content
15,888,195 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to send Cookies as URL parameter from one site to another site ..

Like

http://www.TestApplication.com?cookieValue=values
Posted
Comments
I don't think, this is possible.
Shemeemsha (ഷെമീംഷ) 3-Oct-14 9:10am    
For Session Hijacking attack hackers using this method.. I don't know more details about that..
Not exactly passing the cookie though, by other techniques. See my answer.

1 solution

1. You should read this nice article - ASP.NET session hijacking with Google and ELMAH[^]. See how Session can be hijacked.

2. Also read the section "Parameter Tampering" - Hack-Proofing Your ASP.NET Applications[^]
 
Share this answer
 
Comments
Shemeemsha (ഷെമീംഷ) 3-Oct-14 9:35am    
Thank you Tadit ... Thank you very much :)
Welcome man. :)
Another tool like ELMAH. :)
Shemeemsha (ഷെമീംഷ) 3-Oct-14 10:01am    
Yes :) (Y)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900