![]() |
I need help w/ stateful sessions . . . and auth. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: I need help w/ stateful sessions . . . and auth. (/showthread.php?tid=10656) |
I need help w/ stateful sessions . . . and auth. - El Forum - 08-07-2008 [eluser]Unknown[/eluser] Are there any CI libs that provide stateful sessions and authentication with a common denominator between the two? I.e., store the username in a cookie, and also in a database associated with that user's set of preferences? I don't want anything that expires . . . I need help w/ stateful sessions . . . and auth. - El Forum - 09-24-2008 [eluser]Randy Casburn[/eluser] [quote author="print" date="1218166428"]Are there any CI libs that provide stateful sessions and authentication with a common denominator between the two? I.e., store the username in a cookie, and also in a database associated with that user's set of preferences? I don't want anything that expires . . .[/quote] Yes... Please consider this post: Authentication (ACL) - Challenges - Solutions - Dilemmas Thanks, Randy |