Форуми / Cotonti / Support / What influences the login time?

Trustmaster
#25022 24.06.2010 00:27
One of my customers suffered a lot from sudden logouts. We had tried a million ways until we found that session handler they use (memcache) causes this. We solved it by using another session handler (file based) and forcing the "remember me" flag.

BTW, it makes a bit difference: whether you're logged out with "remember me" or not. This option stores data in cookies, without it sessions are used.

Another thing to check is how often your IP changes.

As for SSL, there shouldn't be any problems with it.
May the Source be with you!