| Security Feature |
Description |
Demonstration Link |
| User Authentication |
Ensures only registered users can log in using valid credentials. |
Go to Login Page |
| Role-Based Access Control (RBAC) |
Restricts page access based on whether the user is an Admin or Customer. |
Go to Home Page |
| SSL Usage |
Encrypts data transmission to protect sensitive information over HTTPS. |
Go to Secure Site |
| Password Hashing |
Converts user passwords into irreversible hashes to securely store and verify credentials. |
Go to Login customer |
| Session Timeout |
Ends inactive customer sessions after 20 minutes to prevent misuse. |
Go to Customer Dashboard |
| Cookie Invalidation (Admin) |
Expires admin session cookies after inactivity to secure access. You can also check cookies in inspect option on browser. |
Go to Admin Dashboard |
| Encrypted ViewState |
Prevents tampering of page data by encrypting the ViewState content. |
Go to Home Page |