![]() |
CI3 - Session not save - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: CI3 - Session not save (/showthread.php?tid=77878) |
CI3 - Session not save - blueSpix65 - 10-29-2020 Hello, I have move an old project to new server and i have an problem with session on codeigniter 3. My session is not save. I use database for store my session. I have remark that in my cookie my value change each time that i reload page, but my cookie is well inserted in database. My config PHP Code: $config['base_url'] = 'https://192.168.1.35/'; My Code PHP Code: class Login extends MY_Controller Tanks for your help |