[horde] Session Data

Jeff Rooney jtrooney at gmail.com
Tue May 24 22:19:27 PDT 2005


I'm trying to store some data about a user logging into horde in a
session. I have accomplished this, but when I try to link to another
page off of horde, I am unable access the session. What gets me is
that i can go back to the horde page and see that the session is still
active, but the other page doesn't show anything. I guess what I'm
wondering about is if there is anything in horde that would not allow
me to do this? Thanks in advance.

BTW here is the session data as seen by horde

SESSIONID: 1c17b70da02e5489e7adf49c20c9d24c

Array
(
    [user] => Array
        (
            [user_id] => 101
            [username] => jtrooney
            [name] => Jeff Rooney
            [flags] => Array
                (
                    [0] => NewSession
                    [1] => NewHome
                    [2] => Maildir
                )

            [capabilities] => Array
                (
                    [0] => Dialup
                    [1] => Shell
                    [2] => Mail
                    [3] => User_Web_Site
                    [4] => News
                    [5] => Jabber
                )

            [domain_name] => nexdlevel.com
            [fqusername] => jtrooney at nexdlevel.com
        )

)


More information about the horde mailing list