Creating Your Own Custom Session ID (Part 2)
Summary In my last post, I talked about how to override the id generator of the HttpContext.Current.Session. In this post I’m going to show how to override the methods that affect the cookie itself. The ISessionIDManager Interface In order to get at the methods required to manipulate the cookie, you’ll need to implement the ISessionIDManager … Read moreCreating Your Own Custom Session ID (Part 2)