Sessions and uploadify

后端 未结 11 2230
无人及你
无人及你 2020-12-02 19:18

I\'m using uploadify, and i can\'t set sessions in my php files, my script looks like this:

    $(\"#uploadify\").uploadify({
        \'uploader\'       : \'         


        
11条回答
  •  不思量自难忘°
    2020-12-02 19:37

    you cannot solve this because uploadify has own session ID which is created by flash player. In other words the flash player access the uploadify script as a new user and gets a new session. The only way you can solve this is to pass current page session_id through post to the uploadify script.

提交回复
热议问题