![]() |
Session Library documentation CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: Session Library documentation CI4 (/showthread.php?tid=69327) |
Session Library documentation CI4 - Toni.pro - 11-05-2017 I think there is an error in the CI4 documentation: https://bcit-ci.github.io/CodeIgniter4/libraries/sessions.html Where is mentioned $config['sessionDriver'] and $config['sess_save_path'] It should be public $sessionDriver and public $sessionSavePath Best regards RE: Session Library documentation CI4 - kilishan - 11-06-2017 Please post this as an issue over at GitHub. I'll never remember about it here. Or, better yet, a small Pull Request could be a great way to get started helping out the project if you're so inclined. |