Welcome Guest, Not a member yet? Register   Sign In
Re-populate session?
#1

[eluser]Unknown[/eluser]
Hi,

I am using a flash uploader object to upload files in my CI app. Unfortunately, due to limitations in the flash object, the session information is not passed on to the upload script. Actually that happens only in FF, but anyways.

My question. I want to pass on the session id as GET variable to my CI upload script. I am reading out the GET vars with:

parse_str($_SERVER['QUERY_STRING'],$_GET);

But how do I actually re-populate the session to access my session vars?

Any takers?

Greg




Theme © iAndrew 2016 - Forum software by © MyBB