|
look,
1 - opens login page
2 - sends username&password to servlet
3 - servlet checks if the user (username&password) is authorised for using the application
4 - session saves username (to find the user's group, so to decide which info to show on the main Applicatin page)
|