C
C#3w ago
Keyvan

✅ Why is it common practice to reroute users to login after registering?

I have seen that many people authenticate/login users right after the initial registration. Why is this? It seems redundant for me... Im trying to learn
7 Replies
Buddy
Buddy3w ago
From what I have seen it redirects to a verification page like: Please verify your account It's rare to see immediate login upon registration, unless verification isn't a must
ACiDCA7
ACiDCA73w ago
even if there is a verification process inbetween it still is pretty common that you have to login afterwards why? most likely because its easier to implement + if you somehow get the verificationlink that you arent logged in in a account where you shouldnt have access
jcotton42
jcotton423w ago
What I’d really like to know is why so many sites send you to the home page after you logged in. Instead of the page you were just looking at.
Unknown User
Unknown User2w ago
Message Not Public
Sign In & Join Server To View
Keyvan
KeyvanOP2w ago
Cant i just create a session if the register is successful and proceed with the user logged in? In this way the user is logged it automatically without any redirect.
Unknown User
Unknown User2w ago
Message Not Public
Sign In & Join Server To View
Keyvan
KeyvanOP2w ago
I see Thanks

Did you find this page helpful?