Sitellite Application Framework
Class Tree         Index         All Elements

Procedural File: Session.php

Source Location: Program_Root/Session/Session.php



Classes:

Session
Session is a class that manages visitor sessions.


Page Details:









session_append [line 831]

boolean session_append( string $name, [string $value = false])

Appends to the value of the specified session variable.



Parameters

string   $name  
string   $value  
[ Top ]



session_authorize [line 865]

void session_authorize( mixed $user, mixed $pass, [mixed $id = false])



[ Top ]



session_get [line 809]

mixed session_get( string $name)

Retrieves the value of the specified session variable.



Parameters

string   $name  
[ Top ]



session_get_manager [line 849]

object reference &session_get_manager( )

Retrieves a copy of the session manager object.



[ Top ]



session_get_user [line 853]

void session_get_user( [mixed $user = false])



[ Top ]



session_is_valid_key [line 861]

void session_is_valid_key( mixed $user, mixed $key)



[ Top ]



session_make_pending_key [line 857]

void session_make_pending_key( )



[ Top ]



session_password [line 789]

string session_password( )

Retrieves the current user's encrypted password from the global $session object. Useful for custom authentication situations, such as the changing of one's password.



[ Top ]



session_save [line 840]

boolean session_save( )

Saves the current user's session data.



[ Top ]



session_set [line 820]

boolean session_set( string $name, [mixed $value = false])

Modifies the value of the specified session variable.



Parameters

string   $name  
mixed   $value  
[ Top ]



session_username [line 778]

string session_username( )

Retrieves the current user's username from the global $session object.



[ Top ]



session_valid [line 799]

boolean session_valid( )

Determines whether the current user is valid.



[ Top ]



Copyright © 2007, SIMIAN systems Inc.
All rights reserved. Privacy policy
Documentation generated on Tue, 13 Feb 2007 17:19:12 -0600 by Sitellite AppDoc and phpDocumentor 1.2.2