[eluser]laegnur[/eluser]
Hello
@bretticus I'm not programing an installer, but I try to make my site as configurable as possible. So the data should be recovered from the DB, not from a configuration file.
I'm trying with the session, and I solved the problem, but of course I have the problem of size.
Could I use PHP's session whith the CI's session? So I could save the configuration data in one, and user data in the other.