#summary Frequently Asked Questions (and Answers)
== Frequently Asked Questions ==
If the question you have isn't answered here, try posting it to the macfuse group.
*Why do we need to post a PHP session?*
Posting the session id to the upload script allows you re-establish the session on the other end of the flash call. Usually you shouldn't need to re-establish the session but some browsers lose the session when the request for the upload script comes through flash player. The reason we add a session to the demos is to demonstrate this point for security, like double checking a user authentication before allowing them to upload.
*Why don't the demos save files?*
We don't save files on the demo site for security reasons and it would leave a big mess to clean up later.