RohmaAr / SQE

0 stars 0 forks source link

issue 6: Logout button for customer #6

Closed AliAhsan69 closed 10 months ago

AliAhsan69 commented 11 months ago

When you press the logout button it generates the "White label error page" User login to his/her account system Displays the home page clicks on "Logout" button

AliAhsan69 commented 10 months ago

The issue has been resolved. Before solving issue:

  1. Login as the user
  2. press the logout button
  3. it will generate a white label error page Screenshot 2023-11-30 224806 And this was the code of index.jsp before changes: Screenshot 2023-11-30 224746 After resolving issue:
  4. Login as the user
  5. press the logout button
  6. it will generate the user login page Screenshot 2023-11-30 224843 And this was the code of index.jsp after: Screenshot 2023-11-30 224826