Im going to implment password reset functionality. First user enters email into the form. Then click submit. On the server side I check if the email is correct and if the user exists in database and if so then I redirect to the next page (in fact it is the same page with questry string parameter ?step=2).
I cant use session because of loadBalancer. What is the best way to keep users mail ?
thanks for any help