Right now I need to save content into Session object of an asp.net program, and I found when i save something into session object, asp.net will generate a cookie which contains ASP.NET_SessionId = "current session id".
This will cause the session fixed security issue. Who can help me to solve this ?