- Remove duplicate session_start() in index.php (keep the one at the top)
- Remove one duplicate session_start() in terms.php at the top
- Consolidate session_start() calls in forgotpswd.php to have only one at the beginning
- Test affected pages for session functionality
- Verify no other files have duplicate session_start() calls