Rename session cookie from asp.net_sessionid

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top