Posts: 9
Threads: 2
Joined: Jul 2009
Reputation:
0
I'm pretty stumped by this one: I'm constantly getting logged out.
For instance, I log in, click on "clients", and am logged out, with the message: "No user account ID was found in sessions. Please log in again below."
If I click on "modules" same thing. Randomly adding a form, same thing.
The next bit of strangeness: When I log in, sometimes it takes five or six tries before it works.
Very strange. Anyone seen this before?
Platform Type
Debian
MySQL Version
5.0.45
PHP Version
5.2.5
Posts: 9
Threads: 2
Joined: Jul 2009
Reputation:
0
Suhosin doesn't show in phpinfo().
The "sessions timeout" was set at 5, I've since tried changing it to 999 to no effect.
Added php line my global/config.php file, and got a blank admin screen. Is there more to setup for this to work?
Oddly enough, I created a client login, and that doesn't seem to have any problems. (It has a pretty drastically reduced set of menu options though...they can only view the form[/align].)
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Yeah, this definitely sounds like a sessions problem. When client accounts log in, they have less information stored in sessions (less info to see & far less complex!). It looks like there's a limit to the amount of info that can be stored in sessions. There may well be something else installed besides suhosin that's doing this.
If you like, send me a PM with a link to your phpinfo() and I'll give it a look over!
w.r.t. the database sessions, no - it should work without any further configuration. Who's your hosting provider, by the way? It's not iPowerWeb is it?
- Ben
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Weird. I change this a long while back; I'm going to have to look it over to figure out why it's organized with the require_once at the bottom.
No, that shouldn't cause any problems at all! If I find out something about why I ordered it that way I'll let you know. The only problem will be with upgrading: that file will be overwritten.
- Ben