Rename session cookie from asp.net_sessionid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have requirement to use ASP.NET built in session management (via cookies) BUT I don't want the cookie to be named asp.net_sessionid.

Where is this name held in ASP.NET? Can it be changed in code or by a config setting somewhere?

Anyone got any ideas on how I can use the built in ASP.NET session management, but change the name of the cookie that it uses?

Many thanks,

Mike
 
Back
Top