CodeIgniter Forums
Having problem with session library (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: Having problem with session library (CI4) (/showthread.php?tid=65613)



Having problem with session library (CI4) - arma7x - 07-01-2016

Does CI4 session library built is still progress, I'm having problem with logger when using session;

1) After this commit https://github.com/bcit-ci/CodeIgniter4/commit/7a5f5292fc6bd095682734548132296835fb03bf, no changes have been made in /system/Session/Session.php (line 40 & 51) and /system/Session/Handlers/BaseHandler.php (line 40 & 47).

2) Problem with /system/Session/SessionInterface.php, declaration of /system/Session/Session.php not compatible with /system/Session/SessionInterface.php: has(), getFlashdata() and keepFlashdata(). And no abstract method of initialize() in /system/Session/Session.php

Solve the problem(comment some logger line & etc) in my local ci4, hope will be fixed soon.


RE: Having problem with session library (CI4) - arma7x - 07-04-2016

bump thread


RE: Having problem with session library (CI4) - kilishan - 07-04-2016

It was a holiday today here in the states, sorry for not responding sooner.

Thanks for the report. This has been fixed and just pushed to the repo.

For bug reports like this, you're better off reporting them at GitHub. It's good to keep new features discussed here, though.