Archive: March 2024

Generate a Self-Signed SSL Certificate for Local Dev aaPanel

To address the "Your connection to this site isn't secure" warning for your test websites on a local development server running AlmaLinux and AApanel, you can create a self-signed SSL certificate. This process involves generating a certificate and configuring your server to use it. Here's a step-by-step guide based on the information provided: Step 1: Generate a Self-Signed SSL Certificate Open a

Cookies are Becoming Taboo - Time to Use Browser Session Storage

Given the concerns around cookies and their limitations, such as small storage capacity, privacy concerns, and the fact that they can be blocked by users, storing values in a browser session might indeed be a more privacy-conscious and user-friendly alternative. Session storage is a part of the Web Storage API, alongside local storage, and is designed to hold data for the duration of a page