reset password
Author Message
mnava18
Posts: 86
Posted 08:38 Jan 28, 2014 |

a couple questions about the registration and login servlets.  The session should start on the login page right? basically the registration page gets the user data and stores it in the scope, so the login page can use that data stored in teh scope to compare it to the data in the login fields and it they match then it starts a session right? im trying to figure out the logic behind whats goin on with these two pages .

cysun
Posts: 2935
Posted 09:33 Jan 28, 2014 |

Yes. and "the scope" in "the registration page get the user data and stores it in the scope" would be the application scope.