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
You need to start session session_start() in the other PHP file also, the one you are calling through AJAX.
session_start()