![]() |
Reading a session variable in CI3 that was set by CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Reading a session variable in CI3 that was set by CI4 (/showthread.php?tid=90683) Pages:
1
2
|
RE: Reading a session variable in CI3 that was set by CI4 - LP_bnss - 05-08-2024 (05-08-2024, 03:31 AM)Bosborne Wrote: Should this have been a new thread or are you trying to migrate from CI3 to CI4? I'm not migrating from CI3 to CI4, i had been started with CI4 (v4.4) and now (v4.5.1) current latest version. HTML Code: <!-- New Program Details --> JS Code: function getDegreeList(inst_id) { Once the data from the server has added to the select tag, i have submit my form PHP Code: session()->setFlashdata() If i'm not dynamically add options to the select tag, the below code works PHP Code: session()->setFlashdata() Why i am facing this ? RE: Reading a session variable in CI3 that was set by CI4 - Bosborne - 05-08-2024 You should have started a new thread then. Most people would not look here for a new issue. It looks like you may have a JavaScript issue, possibly related to PHP sessions, |