r2/base/core/Sess.php
Added method SetVar(). It sets a session variable name to a given value and
returns it's old value if present. Optionally if the $_register parameter is
set to true the variable is registered to the session (default). This comes
in handy if register_globals is switched off.
Changed header to new format
|