Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Default Logout Page
Set the default logout page path for users relative to the server path. This is the page users are automatically redirected to after logging out. For example, if you want the default logout page to be http://localhost:8080/web/guest/logout, set this to /web/guest/logout. To activate this feature, set auth.forward.by.last.path to true. To customize the behavior, see com.liferay.portal.events.DefaultLogoutPageAction in the logout.events.post property above.
Examples:
default.logout.page.path=
default.logout.page.path=/web/guest/logout