🔍 Session Authentication Debug Test

Test 1: GET Request (Page Load Debug)

This will show the current session state and authentication status when loading the debug page.

Test 2: POST Request (AJAX Simulation)

This will simulate the exact AJAX request that's failing in news_management.php.

Test 3: Test Action (Simulate get_article_for_edit)

This will test the specific action that's failing when trying to edit articles.

Test 4: Direct news_management.php Test

This will test the actual news_management.php file directly to see what response we get.

Testing...