UNB Components Code Reference

UnbSession::StartPhpSession method

Does everything required to use PHP's session support.

private static function UnbSession::StartPhpSession ($sessionId = null);

Parameters

sessionId  –  optional, default: null
(string) PHP session ID, if not found in the request variables. Useful for non-browser environments.

Exceptions thrown

InvalidArgumentException On an invalid session ID value.

Member of class: UnbSession

Implementation file: session.class.php, line 103

© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.