We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a873c6 commit 9d529b4Copy full SHA for 9d529b4
src/Application/UI/Presenter.php
@@ -261,7 +261,7 @@ public function run(Application\Request $request): Application\IResponse
261
}
262
263
if ($this->hasFlashSession()) {
264
- $this->getFlashSession()->setExpiration($this->response instanceof Responses\RedirectResponse ? '+ 30 seconds' : '+ 3 seconds');
+ $this->getFlashSession()->setExpiration('30 seconds');
265
266
267
if (!$this->response) {
0 commit comments