I have a one page website that uses AJAX to load new php files and update the display.
I start my php session on the main page but when I use ajax to update inner ht
I think you're missing session_start() on the page that Ajax calls.
session_start()
You need: