Re: Liveuser login
Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
On 21/06/2005, at 1:28 AM, Lukas Smith wrote:
> Dan Rossi wrote:
>> I am now onto the login part of liveuser. With my example event
>> dispatcher class I sent ages ago, I got a login form and the various
>> even methods happening. However in the onLogin method, I want to load
>> profile data into the session. The session is grabbin the
>> auth_user_id however leaving perm_user_id out which i need to lookup
>> their profile table. How is this possible ?
>
> you will need to elaborate .. i dont understand what leaves out the
> "perm_user_id"
>
>
array(1) { ["ludata"]=> array(3) { ["auth"]=> array(9) {
["handle"]=> string(5) "johnp" ["authUserId"]=> string(2) "30"
["isActive"]=> bool(true) ["loggedIn"]=> bool(true) ["lastLogin"]=>
string(0) "" ["currentLogin"]=> int(1119284344) ["ownerGroupId"]=>
NULL ["ownerUserId"]=> NULL ["storedExternalValues"]=> NULL }
["auth_name"]=> string(8) "DB_Local" ["perm"]=> bool(true) } }
What am i suppose to do with this session data and how do i extract it
easily. I'm lookin for the perm_user_id in the session ?