You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get the flash messages working fine on plain PHP pages but when I try to use it in an MVC style setup, it doesn't work anymore. The set() and get()Session methods work fine though.
I thought maybe my MVC layout is the problem but I tried other flash message packages such as slim/flash and it works fine.
Anybody else having issues with flash messages?
Btw, the README doc doesn't seem to be updated, it says:
We can do so on a per-segment basis by calling the Segment keepFlash() method, or we can keep all flashes for all segments by calling the SessionkeepFlash() method.
But there's seem to be no keepFlash() method in the Session object
The text was updated successfully, but these errors were encountered:
Documentation is fixed. Regarding the flash not sure why it is not working at your end as we have limited information of your code. So closing this for now.
I can get the flash messages working fine on plain PHP pages but when I try to use it in an MVC style setup, it doesn't work anymore. The
set()
andget()
Session methods work fine though.I thought maybe my MVC layout is the problem but I tried other flash message packages such as
slim/flash
and it works fine.Anybody else having issues with flash messages?
Btw, the README doc doesn't seem to be updated, it says:
But there's seem to be no
keepFlash()
method in the Session objectThe text was updated successfully, but these errors were encountered: