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 the server. Will his $_SESSION
and cookies be retained in this request, and can I safely rely on the id being present in the $_SESSION
?