CodeIgniter Forums
Upgrading CI3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Upgrading CI3 (/showthread.php?tid=310)



Upgrading CI3 - awalls - 11-20-2014

I'm currently using CI2.2 but having a lot of issues with sessions (been there for ages in all versions) which is causing no end of issues.  I want to upgrade my app to use CI3.  From the user guide there is a little bit effort doing this but it looks straight forward enough.  

When I am using CI3 what then is the best way to manage changes to the CI core in my application between development builds?


RE: Upgrading CI3 - artha.nugraha - 11-20-2014

CI 3 is under development, can you share about your session issues here?


RE: Upgrading CI3 - sv3tli0 - 11-21-2014

CI 3 is still under construction and the last standing feature is session lib.. I can suggest you to wait little time it should be ready very soon..


RE: Upgrading CI3 - awalls - 11-24-2014

(11-20-2014, 09:07 PM)artha.nugraha Wrote: CI 3 is under development, can you share about your session issues here?

This is probably not the right thread for a particular issue on sessions but I'll quickly highlight the issue.  CI2 sessions keeps getting randomly destroyed and booting users out from our application.  There is no particular pattern we can pin this down to and a search on this issue reveals many others with the same problem - CI random logout's - but with no definitive solution apart from don't use CI sessions.  I wanted to upgrade to CI3 so we can use the new session driver with native PHP sessions backed memcache.  The reason for this thread was to get an idea how people are managing new commits to the development branch back onto their code base.

sv3tli0 Wrote: CI 3 is still under construction and the last standing feature is session lib.. I can suggest you to wait little time it should be ready very soon..

I've no problem sitting tight for a bit but the question which has been beaten to death at this stage is - when exactly will CI3 be ready?  We all know the politics and background to CI over the last few years and I know BCIT need a bit of time to find their feet (they are doing a great job already).  I just hope their definition of soon is closer to it's meaning that Ellis Labs definition was.