I have some jQuery that sends data to a AddComment.php page. The data is a user id (could be gotten through a session), an item id and a comment under text form.
In this case, should all data be sent through a POST? Are there cases where one might find a mix of GET and POST?