View Single Post
  #55 (permalink)  
Old 04-09-2008, 03:12 PM
lema lema is offline
Member
 
Join Date: Apr 2008
Posts: 38
lema is on a distinguished road
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)
Reply With Quote