ASP.NET Core and Chunking HTTP Cookies
Explains how to handle large cookies in ASP.NET Core by chunking them using the ChunkingCookieManager to overcome the 4kb size limit.
Explains how to handle large cookies in ASP.NET Core by chunking them using the ChunkingCookieManager to overcome the 4kb size limit.
Analyzes common security flaws in Express.js authentication, focusing on hardcoded secrets and poor cookie configuration, with solutions.
A tutorial on implementing Redis as a distributed cache for session storage in ASP.NET Core applications to ensure data persistence.
VMworld Europe 2017 attendees can now use the Session Builder to book spots in over 500 technical sessions and labs.
A technical guide on adding configurable session cookie parameters to the MEAN.io stack for enterprise applications.