I have a workflow where I want to force a logout at a certain step in the process, and then have the user log back in.
I'm using the window.location.href=... logout folder approach, which is working ok, but the user experience is bad because they land on the root caspio folder. There is a fix for that problem described in the online help (https://howto.caspio.com/troubleshooting/issue-with-redirection-after-logout/), but it assumes that the user is clicking a physical link - i.e., I can't add that parameter to the "window.location" solution.
I've tried creating a custom logout page (an HTML page with the logout page invisibly iframed into it, but it did not log out the user.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
DaveS
I have a workflow where I want to force a logout at a certain step in the process, and then have the user log back in.
I'm using the window.location.href=... logout folder approach, which is working ok, but the user experience is bad because they land on the root caspio folder. There is a fix for that problem described in the online help (https://howto.caspio.com/troubleshooting/issue-with-redirection-after-logout/), but it assumes that the user is clicking a physical link - i.e., I can't add that parameter to the "window.location" solution.
I've tried creating a custom logout page (an HTML page with the logout page invisibly iframed into it, but it did not log out the user.
Would welcome suggestions!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.