How to redirect all pages to "Index" when the user is loged out from his session?

Hi, How to redirect all pages to “Index” when the user is loged out from his session? I don’t want a user enter pages unless he is loged in

Thanks :slight_smile:

Hi @zakaria.houssam

You can use a User is Logged Out event with a Go to Page action in the workflow:

image

If there is sensitive information on the page, I would also use some extra precautions to hide information in case the Event for some reason doesn’t trigger, such as Data Privacy and not showing groups if user is not logged in.

1 Like

Thanks, this is it yes :slight_smile: