Welcome Guest, Not a member yet? Register   Sign In
sessions and ubuntu
#3

The other thing you will see is in php.ini with the setting session.gc_probability=0. That will result in the PHP session garbage collection never running in CodeIgniter or any other PHP session based app.

When you see session.gc_probability=0 it is done with the expectation that a CRON job will handle the chore.

If you change the value of session.gc_probabilty you can make PHP session gc to work again using all the config settings you supply CodeIgniter.

I've never noticed the prefix thing before but will look for it in the future. Thanks for the heads-up.
Reply


Messages In This Thread
sessions and ubuntu - by arwystli - 05-01-2019, 01:27 PM
RE: sessions and ubuntu - by donpwinston - 05-01-2019, 06:13 PM
RE: sessions and ubuntu - by dave friend - 05-01-2019, 06:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB