- This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Back button prevention
Tagged: back-button, login, prevention
Hi all
I have a web project that I have built along with SMWP and I was wondering if anyone has ideas about coding for when you shouldn’t use the back button on a membership?
I found with my site that the protected content remains open once you press the back button (that’s when you have once logged out and you happen to go back to that very page).
If there is any coding that I need to consider please send it my way.
Many thanks!
Are you using a page caching plugin?
No.
That is odd; logging out is supposed to erase the login cookie, from your browser. If after logging out, you open “another browser tab,” are you able to access protected content without having to login?
Disabling a user’s back button is not recommended; as the code that does so can be misinterpreted as malware.