Question about deleting expired session files. |
(09-03-2015, 12:44 AM)Vita Wrote: Actually if you want there is a way to immediately remove sessions from the server, as they are kept in files. It's not recommended to do so but It's possible. Check out this link: http://php.net/manual/en/function.session-save-path.php How the sessions are saved depends on the driver in use, which is why you should adjust the settings mentioned earlier. If your host won't permit you to change the settings and you have verified that the settings will not permit the GC to run, then you might need to resort to some other form of GC. |
Messages In This Thread |
Question about deleting expired session files. - by amit - 09-02-2015, 01:13 AM
RE: Question about deleting expired session files. - by Narf - 09-02-2015, 01:46 AM
RE: Question about deleting expired session files. - by Paradinight - 09-02-2015, 11:09 AM
RE: Question about deleting expired session files. - by amit - 09-02-2015, 09:18 PM
RE: Question about deleting expired session files. - by jvandemerwe - 05-09-2017, 03:32 PM
RE: Question about deleting expired session files. - by Vita - 09-03-2015, 12:44 AM
RE: Question about deleting expired session files. - by mwhitney - 09-03-2015, 11:01 AM
|