unclecheese / Uploadify

Uploadify module for SilverStripe CMS
62 stars 36 forks source link

Suggested FIX for IE 7-9. If this field is used in conjunction with SS ... #32

Closed jhampton closed 12 years ago

jhampton commented 12 years ago

...Member login, the PHPSession isn't updated when the Uploadify field is POSTed to the server (on the round trip AJAX return). IE7-9 don't update the cookie, and the next POST that occurs will be out of sync with the server. Checking REQUEST will also make sure the cookie is sent along with the POST, and will start the appropriate session on the server.