In this chapter, I continue to describe the basic features provided by the ASP.NET Core platform. I explain how cookies are used and how the user’s consent for tracking cookies is managed. I describe how sessions provide a robust alternative to basic cookies, how to use and enforce HTTPS requests, how to deal with errors, and how to filter requests based on the
Host header. Table
16-1 summarizes the chapter.
Table 16-1Chapter Summary
Problem | Solution | Listing |
|---|
Using cookies | Use the context objects to read and write cookies. ... |