Welcome Guest, Not a member yet? Register   Sign In
Can't login with Freakauth
#6

[eluser]redtuxrising[/eluser]
[quote author="flokky" date="1204387253"]
By taking a closer look by enabling the PROFILER, I saw the flashmessage and some other needed information for logging is wasn't saved into the ci_session db, which might explain why it didn't worked.

But why is still a question.. Smile[/quote]

This is a common problem with database driven session handlers. User Agent string is too large for the database field type. So, modify user_agent field in ci_sessions table to varchar(255), I think it's varchar(50) by default, and you should be good.


Messages In This Thread
Can't login with Freakauth - by El Forum - 02-28-2008, 11:00 AM
Can't login with Freakauth - by El Forum - 02-28-2008, 12:44 PM
Can't login with Freakauth - by El Forum - 02-28-2008, 01:30 PM
Can't login with Freakauth - by El Forum - 03-01-2008, 04:00 AM
Can't login with Freakauth - by El Forum - 06-24-2008, 08:48 PM
Can't login with Freakauth - by El Forum - 08-29-2008, 05:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB