Welcome Guest, Not a member yet? Register   Sign In
OBSession weirdness...
#1

[eluser]rustyvz[/eluser]
Ok, this may seem stupid, but I have to ask...

When using OBSession, if I print_r($this->session) I *SEE* to get the whole CI object:
Code:
CI_Session Object
(
    [CI] => Wcg Object
        (
            [_ci_scaffolding] =>
            [_ci_scaff_table] =>
            [config] => CI_Config Object
                (
                    [config] => Array
                        (
...

Yet, when I look at the data stored in the database(which I am using to store the session data, duh!) it is not all there.

Is this normal to see the CI object in $this->session?
Is this because of the recursion always listed as "*RECURSION*"?

I was thinking about using the 'shortcut' $this->session->CI->parameters to access data from $this->parameters, thinking that it WAS part of the session (and it is!) but it does not seem like the right thing to do...

I know OBSession is not supported by the author anymore, but hope someone else here can answer why I see what is described above...


Messages In This Thread
OBSession weirdness... - by El Forum - 11-26-2007, 01:27 PM
OBSession weirdness... - by El Forum - 12-01-2007, 06:21 AM
OBSession weirdness... - by El Forum - 12-03-2007, 08:19 AM
OBSession weirdness... - by El Forum - 12-03-2007, 08:21 AM
OBSession weirdness... - by El Forum - 12-03-2007, 08:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB