Tag Archives: HTTPS
NGINX + https 101 The Basics & Getting Started
Secure HTTP without HSTS
Enable secure cookies over HTTPS.
It is important to realize that although a website might be running under HTTPS it does not guarantee that the session information is not accessible from normal HTTP requests. When a session cookie is generated it is important to make sure that the cookie can only be transmitted over a secure HTTP connection (HTTPS).