If a site uses a persistent login feature that’s set up according to the best practices defined here, are there any potential security issues with dropping the persistent login cookie right at the account creation step? (Immediately upon validating the new account data on the server.) The site does not require that users verify new accounts via an e-mailed link.
Share
If this suits your needs, then there would be no technical reason to prevent you from dropping a persistent cookie. There is an assumption that you are wanting to do this to keep the user logged in between browser restarts etc.
Just do this with caution, on the t’internet the whole account activation without some kind of validation/confirmation is open to exploits – so as long as you have weighed those risks up then I see no problem.