News

CATEGORY: laravel

How to redirect users on timeout


Sometimes web frameworks leads us to weird scenarios.

For a protected area, it's common and expected that every session have an inactivity period set and, after that, the user is forced to log in again. Well, Laravel doesn't have a default redirect url for this situation except the infamous screen message:

Read More