Open braxtonhall opened 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
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