Details

    • Sub-task
    • Status: Unverified Fix (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.1.0-a1
    • 3.1.0-a1
    • Sessions
    • None

    Description

      Currently it is required to manually perform an UPDATE query to update session data. This is a pain. For developers and MOD authors it would be nice to have an API for updating the session. I would suggest making it so:

      $session->update_session($session_data, $session_id = null)

      The optional session_id allows updating an other session, this however defaults to the current user's session.

      Example usage (note that user extends session):

      $user->update_session(array('session_page' => '/custom_page'));

      Attachments

        Activity

          People

            igorw Igor Wiedler [X] (Inactive)
            igorw Igor Wiedler [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: