Receiving this CodeIgniter message in my error log every so often (and by every so often I mean quite often):
ERROR - 2013-07-21 07:26:40 --> Severity: Notice --> unserialize() [<a href='function.unserialize'>function.unserialize</a>]: Error at offset 124 of 187 bytes /home/daniweb/httpdocs/system/libraries/Session.php 724
Could a problem unserializing() be caused by a session cookie size that is too big (and therefore the serialized version wasn't fully writen)? I encrypt session cookies.
My session cookie is fine by a long shot, but I'm wondering if this could be an issue for others??