[jQuery] Ajax calls using jQuery and session cookies

[jQuery] Ajax calls using jQuery and session cookies


When making ajax calls using jQuery libraries.
Does all the cookies get send to the ajax target?
Say the ajax calls "saveData.php" but I found that in "saveData.php"
I can only see user's permanent cookies but not the session only
cookies.
Thanks