Welcome Guest, Not a member yet? Register   Sign In
Session Files Question
#4

Yes, the same garbage collector should kick in to remove old session data from the database.

But be aware if you setup a VPS on your own instead of using services from a webhosting company. Some linux distro's, like Debian for example, ship with the default settingConfusedession.gc_probability = 0. Wich mean that php will not run the garbage collection stuf. Debian's philosophy here comes from a security point of view that old sessions should be destroyed with a cronjob instead of by a php instance. Just some side info to keep in the back of your mind.
Reply


Messages In This Thread
Session Files Question - by wolfgang1983 - 08-29-2016, 09:37 PM
RE: Session Files Question - by dave friend - 08-31-2016, 07:43 AM
RE: Session Files Question - by wolfgang1983 - 09-16-2016, 05:35 AM
RE: Session Files Question - by Diederik - 09-16-2016, 06:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB