Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

addtobag's avatar

Clearing all user sessions when using Redis server with Laravel Forge?

I've searched high and low and cannot for the life of me figure out how to log all users out and clear all session data when using Redis with Laravel Forge.

Any ideas?

Thanks Ross

0 likes
1 reply
Snapey's avatar

changing the app_key will invalidate all sessions.

Don't do this if you have encrypted records in your database.

Please or to participate in this conversation.