Open
Description
Description: Implement Flask sessions to manage user authentication and maintain session states for both students and admins. Sessions should be used to ensure that users stay logged in and to provide role-based access control.
Additional Information:
Modify routes and templates to check if users are logged in before granting access.
Protect admin-specific routes like /room_management.