If I had a user logged onto my site, having his id stored in $_SESSION, and from his browser he clicked a \'Save\' button which would make an AJAX request to th
$_SESSION
If the PHP file the AJAX requests has a session_start() the session info will be retained. (baring the requests are within the same domain)
session_start()