X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsession.php;h=8f9d64606c00b3dda205e4e85badcca6316f8571;hb=b9da831138667700d465f15ad50df650ab4da427;hp=11641d6cea7d2fd056b45167be42bdae2b07cb2c;hpb=8d8dc2d060ee1d8d5f7754aef2459e5e3f1aa1a9;p=friendica.git diff --git a/include/session.php b/include/session.php index 11641d6cea..8f9d64606c 100644 --- a/include/session.php +++ b/include/session.php @@ -69,7 +69,6 @@ function ref_session_destroy ($id) { if(! function_exists('ref_session_gc')) { function ref_session_gc($expire) { q("DELETE FROM `session` WHERE `expire` < %d", dbesc(time())); - q("OPTIMIZE TABLE `sess_data`"); return true; }}