Y
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
yansuck
4547 days ago
It's POST.
link
jbrooksuk
4546 days ago
Ah yeah, you do a redirect with the ?message param.
Why not store this in a session?
link
yansuck
4546 days ago
I totally should. Didn't give it much thought when I made it.
link