Whats the best way to get around PHP’s user agent matching for sessions without actually changing the global security setting? I can easily pass the session id from the page containing the swf into the swf.
Note: This is for swfupload
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I ended up just sending the SID in GET and checking that the user-agent is a flash one.