Java session management

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Meshy
    New Member
    • Nov 2011
    • 3

    Java session management

    Ok.. Am making a project on bank Que management sys. Two types of roles-
    admin
    bank officer
    each has dere own duties..
    According to my textbooks U need to hard code everybody logging in, into web.xml which is not feasible(i dont want my app to touch it after deployement to add/del users). I thought of attaching all users to the roles created-but dats mal programming(-?). Any other way todo it? Tnx
Working...