Welcome Guest, Not a member yet? Register   Sign In
Pass Resource to CI Session?
#1

[eluser]Jaketoolson[/eluser]
According to php.net, using PHP's built in session ... "It is currently impossible to register resource variables in a session".

Using CodeIgniter's sessions, does the same thing apply?

I need to pass an object be reference where said object also contains resources. Specifically, I'm using SOAP/WSDL and once I log into the WSDL service, I need to maintain the SoapObject wherein information resides including resources. Without the resources being passed, they are converted to a string and the SOAP/WSDL no longer works correctly.




Theme © iAndrew 2016 - Forum software by © MyBB