Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello CodeProject Team,

I am facing a serious problem in my Asp.Net application while security testing it in Testing tool "Burp" for a ASLC point "Session Id and Session Cookie Path".

I want to set Response.Cookies("ASP.NET_SessionId").value and Response.Cookies("ASP.NET_SessionId").path in my application. This is security part.
I want that the SessionId should be different in Login page and all internal pages in this application and in Logout page.
Also want to set Response.Cookies("ASP.NET_SessionId").path for whole application in a page after login.
-------
I am facing these issues:-

1.When i go to set SessionId then Path will get blank and when I go to set Path then SessionId wil get blank.
2.Sometime two Ids and two Paths will displays at the same times.
3.Sometimes after login error will occur.

If anyone has the idea about Cookies("ASP.NET_SessionId") Id and Path so please suggest me or suggest me the actual scenario about Cookies("ASP.NET_SessionId").
Posted
Comments
ZurdoDev 8-Jan-15 8:26am    
You'll need to click on improve question and add the relevant code.
Ye Htut 19-Mar-19 3:08am    
hi how have you solved your issue?

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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