Laravel - Request and Response
How can you clear all session data in Laravel safely without deleting the session itself?
flush() method removes all session data but keeps the session active.forget() require keys; clear() and removeAll() do not exist.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions