In session::start, gc() is called after thaw(). Wouldn't it make more sense for it to be called before thaw()? Thus when gc_time=15 gc_probability=100 and lifetime=0, sessions terminate when the browser closes or after 15 minutes which ever happens first.
Jason Adams
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In session::start, gc() is called after thaw(). Wouldn't it make more sense for it to be called before thaw()? Thus when gc_time=15 gc_probability=100 and lifetime=0, sessions terminate when the browser closes or after 15 minutes which ever happens first.
Jason Adams