Closed (fixed)
Project:
Session Limit
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2010 at 20:31 UTC
Updated:
5 Jun 2013 at 08:00 UTC
I tried the upgrade and everything seems to be working fine, except the logout message which I don't see it on the logged out session.
I tried to debug the code, even compared it to the 1.0 module and I don't see any rare thing. What might be the problem?
To reproduce, using google chrome and firefox.
I log in in one, then in the other one, and when I go back to the first browser, the user is logged out but I see no logout error message.
a.=
Comments
Comment #1
eric.chenchao commentedsubscribe
Comment #2
eric.chenchao commentedJust find a solution. The session value will be encrypted after the installation of suhosim. Therefore the value added manually and be updated in table 'sessions' will be not be encrypted and will not be displayed.
A quick solution is to disable suhosim.session.encrypt in the .htaccess by adding
php_flag suhosin.session.encrypt Offin the following script assuming you are using php5 and apache2Cheers, Eric
Comment #3
johnennew commentedClosing old issue. This does not appear to be a problem with the latest development releases 6.x-2.x and 7.x-2.x. Automated tests check for the message on logout by session limit.
Please reopen if you feel this is a problem with latest development releases.