tinyfilemanager icon indicating copy to clipboard operation
tinyfilemanager copied to clipboard

Alternative for $_SESSION login

Open zidanpragata opened this issue 2 years ago • 1 comments

sometimes there are servers that don't work using "$_SESSION" please add an alternative for this like $_COOKIE or using SQLITE

zidanpragata avatar Mar 07 '23 17:03 zidanpragata

I was able to put custom session handling inside the config.php and then set $use_auth = false; to disable the built in auth if the user is logged in through my system, and then enable auth as well as not even load the tinyfilemanager if the user isn't logged in my way. This sidesteps the built in auth handling and allows me to use my existing auth handling.

JaggedJax avatar May 05 '23 19:05 JaggedJax