Welcome Guest, Not a member yet? Register   Sign In
Filters:after appears to be ignored
#19

(04-30-2020, 06:10 AM)Gary Wrote: From what I can gather, the other setting that will probably make a difference is $sessionExpiration, which a the commment in the framework has this to say about:  "Setting to 0 (zero) means expire when the browser is closed."

I always thought that meant the number of seconds regardless of the state of the browser...but I guess it actually means the number of seconds a session lasts AFTER the browser is closed. OR MAYBE NOT haha. But yeah, to zero it is. Maybe I can even remove my 
PHP Code:
Events::on('post_system', function () {
    if(isset($_SESSION))
        session_destroy();
}); 
with these alterations. Only time (with testing) will tell.
You can see things I made with codeigniter here: itart.pro its not overly impressive as I have very little time to learn.
Reply


Messages In This Thread
Filters:after appears to be ignored - by Gary - 04-20-2020, 06:33 AM
RE: Filters:after appears to be ignored - by Gary - 04-20-2020, 07:21 AM
RE: Filters:after appears to be ignored - by Gary - 04-21-2020, 03:50 AM
RE: Filters:after appears to be ignored - by Gary - 04-21-2020, 06:39 AM
RE: Filters:after appears to be ignored - by Gary - 04-21-2020, 08:48 AM
RE: Filters:after appears to be ignored - by Gary - 04-21-2020, 09:21 AM
RE: Filters:after appears to be ignored - by Gary - 04-22-2020, 04:38 AM
RE: Filters:after appears to be ignored - by Leo - 04-23-2020, 12:54 AM
RE: Filters:after appears to be ignored - by Gary - 04-23-2020, 03:14 AM
RE: Filters:after appears to be ignored - by Leo - 04-23-2020, 05:14 AM
RE: Filters:after appears to be ignored - by Gary - 04-24-2020, 09:07 AM
RE: Filters:after appears to be ignored - by Gary - 04-28-2020, 10:09 AM
RE: Filters:after appears to be ignored - by Leo - 04-29-2020, 01:07 AM
RE: Filters:after appears to be ignored - by Gary - 04-30-2020, 06:10 AM
RE: Filters:after appears to be ignored - by Leo - 04-30-2020, 12:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB