I am trying to make web application. In the default page I am just using login to application. I have defined roles for using this application (A, B, C). When the login button is clicked, the application goes to database, checks for the correct user name and password. If the user name and...