Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 402 Bytes

File metadata and controls

8 lines (7 loc) · 402 Bytes

Fix Duplicate session_start() Calls

Tasks

  • 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