I can see lots of activity on this subject, but no clear working
answer; so excuse me if it's a broken record.
My users log in via an https page. They are logged in and the Auth
session variable is set. If they now go to an http page I would expect
them to still be logged in, but they are not.
I have this line:
Configure::write('Session.cookie_secure', false);
...in /app/config/core.php, but it doesn't change anything.
I have seen references to commenting out this line:
ini_set('session.cookie_secure', 1);
...in cake/libs/cake_session.php, but equally this has no effect.
What's clearly happening is that the session is secured and is only
available from within https pages.
How do I get a session that is accessible on both http and https pages?
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en