Example #1
0
 public static function replaceEntry($name, $content)
 {
     Session::removeEntry($name);
     Session::addEntry($name, $content);
 }