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
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
You can use a User is Logged Out event with a Go to Page action in the workflow:
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.
Thanks, this is it yes