![]() |
Failed to decode session object. Session has been destroyed - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: Failed to decode session object. Session has been destroyed (/showthread.php?tid=72960) |
Failed to decode session object. Session has been destroyed - imabot - 03-05-2019 I am sometime experiencing the following issue : Quote:ERROR - 2019-03-05 19:57:26 --> Severity: Warning --> session_start(): Failed to decode session object. Session has been destroyed /system/libraries/Session/Session.php 143 Impossible to replicate the issue since I got this thrown in my server log. Any ideas what could be the roots of that problem and/or where to start ? RE: Failed to decode session object. Session has been destroyed - gentlemanoi - 10-29-2019 (03-05-2019, 10:59 PM)imabot Wrote: I am sometime experiencing the following issue : I have the same problem too. https://forum.codeigniter.com/thread-74663.html RE: Failed to decode session object. Session has been destroyed - php_rocs - 10-30-2019 @imabot, When you experience this issue does it cause the system to crash or does it just throws an error and continues? @imabot, I just found this on stackoverflow: https://stackoverflow.com/questions/55070634/session-start-failed-to-decode-session-object Maybe it will help. RE: Failed to decode session object. Session has been destroyed - davis.lasis - 01-25-2022 I know this is more then 2 years old, but still though https://forum.codeigniter.com/thread-81111-post-393307.html Use `mediumblob` instead of `blob` I assume this could be closed |