Hacker News new | ask | show | jobs
by jbrooksuk 4547 days ago
When you use the sign up form, why do you use a GET? This should be a POST.
1 comments

It's POST.
Ah yeah, you do a redirect with the ?message param.

Why not store this in a session?

I totally should. Didn't give it much thought when I made it.