Set a cookie in GET and retrieve in POST
been tryinig to do this for a couple hours now.
Basically I want a way to return the user to the previous page upon successful login.
Currently I'm trying to set a cookie of "last_page" in GET and then reading it in POST when the user clicks Login.
Basically I want a way to return the user to the previous page upon successful login.
Currently I'm trying to set a cookie of "last_page" in GET and then reading it in POST when the user clicks Login.
