Closed (fixed)
Project:
443 Session
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2011 at 04:25 UTC
Updated:
23 Aug 2011 at 00:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
dalinYeah there may be a few logic errors around these messages. However in your case this is the correct message. Whenever you are redirecting authenticated users to HTTPS you must have this code snippet in settings.php.
Comment #2
mcdruid commentedActually I think nelslynn's correct - the wording of the error messages is the wrong way round in the current dev release.
So with:
[cookie_secure_required] => 1
[cookie_secure] => 0
...the message displayed is "Settings.php is not setup correctly. With the current configuration of 443 Session module, the following lines must not be in settings.php."
I think the word "not" simply needs to be swapped over, as per the attached patch.
Comment #3
dalinAh I see, I thought you were talking about the other "not".