Welcome Guest, Not a member yet? Register   Sign In
Using SWFUpload + Sessions + upload class, how I did it.
#38

[eluser]~Chris~[/eluser]
not sure how well it all works with 1.7.
but in my original post, there is no hacking of the core session. But editing the Native PHP Sessions, which is installed to replace the codeigniter session. Since code igniter does not use native php session by default.
As far as I know, in order to use sessions with Swfupload (or any other flash uploader) you need to have native php sessions. As the http connection made by flash will come in as a different user agent than your browser, so without the php session, your session data will be dropped. Its like logging in to a site in firefox, and expecting yourself to be logged in with IE as well.

But with php sessions, you can use the php session id to connect to that particular session, even across browser, if you have the session id.


Messages In This Thread
Using SWFUpload + Sessions + upload class, how I did it. - by El Forum - 05-07-2009, 07:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB