nguyenanhung / codeigniter3-vercel-skeleton

CodeIgniter v3 Vercel Skeleton Application
https://codeigniter3-vercel-skeleton.vercel.app/
3 stars 3 forks source link

Session warnings #7

Open R-N opened 6 hours ago

R-N commented 6 hours ago

I'm getting a lot of session warnings.

None of them shows when run locally. And session_start is only called once, in the Session library. Nowhere else.

How do I fix this? Or maybe I should just ignore them? Or maybe Session is just not supported when running on Vercel?

nguyenanhung commented 3 hours ago

@R-N You should debug by testing, instead of just looking at the error message and assessing the problem

Check where the session file is saved via phpinfo, and remind if you forget, codeigniter has a configuration to store the session right inside the application (session_save_path in config.php file)

Anything, should be tested, reproduced.