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
Added session()->append() to push values onto array session data without read-modify-write dances
Test suite now runs through Alchemy
Fixed
Flash data is no longer HTML-escaped on the way out, so flashed form input comes back exactly as the user typed it — if you compensated with html_entity_decode(), remove it
Session values are sanitized once instead of twice
Setting a session id no longer writes an id key into your session data