public static function getStateParam($store, $name = '')
 {
     return owa_coreAPI::getState($store, $name);
 }
 private function resetSessionState()
 {
     $last_req = owa_coreAPI::getState('s', 'last_req');
     owa_coreAPI::clearState('s');
     owa_coreAPI::setState('s', 'last_req', $last_req);
 }