braxtonhall / bobs-server

https://bobs-server.net
1 stars 1 forks source link

Put email/participant in the session #28

Open braxtonhall opened 5 months ago

braxtonhall commented 5 months ago

Right now we hit the database with every request. We did this to avoid using sessions, but now we're using sessions for error messages anyway!

Let's move as much as we can to the session to reduce db load