ICookieFactory Interface
Interface ICookieFactory is used to write cookie to the underlying storage and send the cookie to the browser with the modified content
Namespace:
Walter.Web.FireWall.Infrastructure.RepositoriesAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Remarks
You can access the cookie factory after integrating the Walter.Web.FireWall.CookieStore NuGet package in your web application. You can access the cookie factory via the User or the Instance() method