kcfinder icon indicating copy to clipboard operation
kcfinder copied to clipboard

session_destroy() in uploader.php disturbing

Open technoknol opened this issue 10 years ago • 0 comments

session_destroy() 

in uploader.php disturbing my other code igniter session, and it will affect other libraries as well. it should be

unset($_SESSION['KCFINDER']);

technoknol avatar Jun 24 '15 10:06 technoknol