![]() |
Read the Session class:
https://github.com/codeigniter4/CodeIgni...n.php#L280 Both use PHP session, but the configuration is different. You need to use the same configuration. Or use CI Session in both, or use native PHP session in both. |
Messages In This Thread |
Extending an existing web application using Codeigniter4 - by r24in - 02-16-2024, 10:55 PM
RE: Extending an existing web application using Codeigniter4 - by InsiteFX - 02-16-2024, 11:18 PM
RE: Extending an existing web application using Codeigniter4 - by r24in - 02-17-2024, 04:58 AM
RE: Extending an existing web application using Codeigniter4 - by kenjis - 02-17-2024, 05:15 AM
RE: Extending an existing web application using Codeigniter4 - by r24in - 02-17-2024, 05:26 AM
RE: Extending an existing web application using Codeigniter4 - by r24in - 02-17-2024, 07:49 AM
RE: Extending an existing web application using Codeigniter4 - by kenjis - 02-17-2024, 07:43 PM
RE: Extending an existing web application using Codeigniter4 - by r24in - 02-17-2024, 08:58 PM
|