Example #1
0
 /**
  * Get value for the key.
  */
 static function get($key, $defvalue = '')
 {
     return HTTP_Session::get($key, $defvalue);
 }
 function get($name)
 {
     //echo "<br> getting for: ",$name," :value: ",HTTP_Session::get($name);
     return HTTP_Session::get($name);
 }