I installed the Protected pages module on a site a few weeks ago and everything seemed to be working fine. Just a few days ago though, the owner of the site called me, quite agitated, complaining that when he was logged in - other users could also see the protected content. Even users in another country!
I had hidden the "this is a protected page" with display:none; - could that be it? I'll try colouring it the same as the background.
Has anyone else encountered this, or have any ideas how I might fix it?
Thanks for your help.
Protected Pages/User ID - One user logged in, everyone can see the protected pag
-
- Forum Members
- Posts: 44
- Joined: Wed Oct 12, 2005 8:50 pm
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Protected Pages/User ID - One user logged in, everyone can see the protected
Yep, this is a bug with the UserID module, in that the session is not being created.
You can work around this bug, by setting session.auto_start to 1 in the php.ini
It's already been fixed in feusers.
You can work around this bug, by setting session.auto_start to 1 in the php.ini
It's already been fixed in feusers.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
- Forum Members
- Posts: 44
- Joined: Wed Oct 12, 2005 8:50 pm
Re: Protected Pages/User ID - One user logged in, everyone can see the protected
Thanks Calguy, I'll make that setting in the ini file.
What's feusers?
What's feusers?
Re: Protected Pages/User ID - One user logged in, everyone can see the protected
... means the FrontendUser module from here
.

-
- Forum Members
- Posts: 44
- Joined: Wed Oct 12, 2005 8:50 pm
Re: Protected Pages/User ID - One user logged in, everyone can see the protected
Cool, I'll have to try Frontend Users out. Thanks for your help.