Forums / Cotonti / Support / What influences the login time?

GHengeveld
#25138 2010-07-03 16:23
Some applications, for example Magento Commerce, generate a random hash code when the system is installed. This is then used to uniquely identify the site and as a salt for passwords. Maybe Cotonti needs something like that too? I use it in my framework as a replacement for
defined(SED_CODE) or die();
since it's not very safe like that (it only prevents direct file access, but not file inclusion because it is easy to guess):
defined($cfg['app_code']) or die();


Added 3 hours 42 minutes later:

On a side note, I want to report that the Cotonti auth system fails almost always when I try to use it on my mobile (Nokia E63), even though the mobile browser supports cookies (it seems the problem is caused by sessions, not cookies).
This post was edited by Koradhil (2010-07-03 20:09, 14 years ago)