07-12-2009, 02:49 AM
[eluser]Christoffer[/eluser]
You could use native PHP sessions instead of CI-sessions. Don't forget to use <?php session_start(); ?> on every page though.
You could use native PHP sessions instead of CI-sessions. Don't forget to use <?php session_start(); ?> on every page though.