Yii session have prefix
I am maintaining a Yii application, when i am printing Yii session it
looks like this:
Array ( [cb35f057aa124d26e8793014875ce939_id] => 1
[cb35f057aa124d26e8793014875ce939_name] => admin
[cb35f057aa124d26e8793014875ce939__states] => Array()
[cb35f057aa124d26e8793014875ce939email] => webmaster@example.com
[cb35f057aa124d26e8793014875ce939username] => admin
[cb35f057aa124d26e8793014875ce939create_at] => 2013-01-14 07:44:22
[cb35f057aa124d26e8793014875ce939lastvisit_at] => 2013-09-13 06:09:17
[cb35f057aa124d26e8793014875ce939state_id] => 1 )
i don't know where to find this number cb35f057aa124d26e8793014875ce939 so
that i can use session data in my method. it is looks like fixed. does
anybody know what is it ?
No comments:
Post a Comment