I Tried to find on docs, forum search and everything else.
-- I have an aplication that the user logs with a email and a access key.
It works nice and clean. BUT, another version of my app was demanded to run inside a Iframe:
https inside a https. Its was a sales demand, not my decison.
Now i have a problem. Some users, of some different networks, could not login.
They render the login screen, and after submit they return to the login page. Without error, without anything.
I already detected that the users of same companies (probably same browsers and same proxy) having this problem.
My Session Confs:
Configure::write('Session', array(
'defaults' => 'php',
'autoRegenerate' => false,
'checkAgent' => true));
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment