Single Page Protect Logout method
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Single Page Protect Logout method
Is it possible to do a logout of a page which has the Single Page Protect tool. Meaning after logout it redirects to some page or again in the same protected page but with login options again.
Last edited by wwonderfull on Mon Sep 05, 2022 7:16 am, edited 1 time in total.
Re: Single Page Protect Logout method
There is no logout for 'single page protect'.
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Single Page Protect Logout method
Can there be a solution for this. I mean after login in using the protect method the page is wide open. Any one can see it unless the whole browser cache is removed. Logout option could have come handy here.
Last edited by wwonderfull on Sat Jul 22, 2023 5:47 pm, edited 1 time in total.
Re: Single Page Protect Logout method
You can easily add it yourself:
- add a logout button
- select 'convert to form'
- in the HTML block: change
to
- add a logout button
- select 'convert to form'
- in the HTML block: change
Code: Select all
unset($_SESSION['username']);
Code: Select all
unset($_SESSION['password']);
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact: