Language-specific configuration (e.g. PHP)
Depending on your tech stack, the language of choice that serves backend requests must be configured to handle requests and user sessions securely. This page focuses on PHP as an example.
Cookie Security
Cookie SameSite
Set it, fool.
Secure Cookies
Yep.
Transient Session IDs
Nope.
Session Garbage Collection and Session ID Regeneration
Gotta do it yo self.