Every web app needs a way to remember users after they log in, and the way they manage this makes a big difference in performance, scalability, and security of that web application.
On my personal site I avoid sessions entirely as I have no admin portal, login or cart, except the pass over to Gumroad which payment is handled by Stripe. Avoid as much liability as possible :) Marcus
On my personal site I avoid sessions entirely as I have no admin portal, login or cart, except the pass over to Gumroad which payment is handled by Stripe. Avoid as much liability as possible :) Marcus