Alex S
Alex S

Reputation: 26061

Sessions when called by flash

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

Upvotes: 0

Views: 110

Answers (1)

Alex S
Alex S

Reputation: 26061

I ended up just sending the SID in GET and checking that the user-agent is a flash one.

Upvotes: 1

Related Questions