Hello,
this can be from unsecure cookie.
try this
if ($iniSet && env('HTTPS')) {
if (!defined('UNSECURE_COOKIE') || (UNSECURE_COOKIE != true)) {
ini_set('session.cookie_secure', 1);
}
}
On Fri, Nov 26, 2010 at 7:56 AM, Sami <spsami85@gmail.com> wrote:
Hi,
My site going to launch on next week.I have problem in user login
secure page. It requires login twice.I cant able to understand that
problem. I think it may occur due to https certificate. Now my site in
beta. I have to fix that bug shortly as soon as possible. Any body
having idea about this issue?
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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
--
Vivi
http://photos.vr-3d.net
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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment