perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 341 forks source link

Fix: Flash messages after Slim upgrade to 3.x #451

Closed luzip665 closed 2 years ago

luzip665 commented 2 years ago

Flash message work if there is a session_start.....

They could run with an array as storage, but I didn't get it working.

Also I added the assignment to AbstractController::render

glensc commented 2 years ago

They could run with an array as storage, but I didn't get it working.

array does not persist across page reloads, it's useful for testing only.