揮発性のメモ2

http://d.hatena.ne.jp/iww/

2016-02-28から1日間の記事一覧

FuelPHPでセッションがタイムアウトしたときに削除されるタイミング

PHP

fuelphp 1.7.2 $COREPATH/session/file.php config['gc_probability']) { if ($handle = opendir($this->config['path'])) { $expire = $this->time->get_timestamp() - $this->config['expiration_time']; while (($file = readdir($handle)) !== false) { …