Welcome Guest, Not a member yet? Register   Sign In
Session data getting lost with uploadify
#1

[eluser]Billa[/eluser]
I'm trying to solve the problem of session data getting lost when using any flash uploader (uploadify) with CodeIgniter.


I have tried by using the default codeigniter session library and passing the session_id from the upoad page to the backend upload function and then setting the session using the passed session id, it sets the session but i can not get the data stored in the session, as the data doesnt exist in session anymore.

I have also tried to use Native session library and following instructions given in this thread (http://ellislab.com/forums/viewthread/97399/)(first post) but I am still unable to get the session data.

Therefore I would like to request if someone can help me to fix the session data problem using flash uploader, i will be really really thankful.
#2

[eluser]Eric Barnes[/eluser]
Uploadify sends data via flash so that is why sessions are not sent. Try this for a fix - http://www.uploadify.com/forums/discussion/43/

Or just put the actual upload in a controller that doesn't need the sessions.




Theme © iAndrew 2016 - Forum software by © MyBB