I am working on a site that uses an asp.net session insecure cookie. The session is divided between http and https. We want to use different sessions for http and https (for security reasons).
Whether it is configurable in ASP.NET, the httpCookies configuration element in system.web is not specific enough. I would rather not program this.
If this is not possible, which approach should be taken?
source
share