Example #1
0
 /**
  * Do not save this session.
  * This is a performance feature only, if using the native
  * session "driver" the save will NOT be aborted.
  *
  * @return  void
  */
 public function abort_save()
 {
     Session::$should_save = FALSE;
 }
Example #2
0
        /**
         * Do not save this session.
         *
         * @return  void
         */
        public function abort_save() {
                Session::$should_save = false;

        }