Skip to content
Snippets Groups Projects
Commit 712721ea authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch...

Merge branch 'hotline#133811_message_d_erreur_recurrents_et_aleatoires_zend_sessionstart' into 'hotline'

hotline#133811 : free php sessions more quickly

See merge request !3994
parents 1556c850 d7a05203
Branches
Tags
1 merge request!3994hotline#133811 : free php sessions more quickly
Pipeline #13206 passed with stage
in 50 minutes and 17 seconds
- ticket #133811 : Message d'erreur récurrents et aléatoires (Zend_Session::start)
\ No newline at end of file
......@@ -132,6 +132,7 @@ class Admin_IndexController extends ZendAfi_Controller_Action {
public function heartbeatAction() {
session_write_close();
$this->getHelper('ViewRenderer')->setNoRender();
}
......
......@@ -140,6 +140,7 @@ class IndexController extends ZendAfi_Controller_Action {
public function heartbeatAction() {
session_write_close();
$this->getHelper('ViewRenderer')->setNoRender();
}
}
\ No newline at end of file
......@@ -637,6 +637,7 @@ class RechercheController extends ZendAfi_Controller_Action {
public function suggestajaxAction() {
session_write_close();
if (!$startsWith = trim($this->_getParam('startsWith')))
return $this->_helper->json([]);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment