CodeIgniter User Guide Version 2.1.4 says this:
Note: The Session class does not utilize native PHP sessions. It generates its own session data, offering more flexibility for developers.
(https://www.codeigniter.com/userguide2/libraries/sessions.html)
I cannot find a clear direct explanation about whether CI Sessions replace the native sessions, or simply are an alternative and that they actually coexist at the same time, in which case it is technically possible to use both at the same time.
Not that one would want to, but it would something to avoid.
Thanks in advance.