[GH-ISSUE #989] Alternative for $_SESSION login #639

Open
opened 2026-03-02 16:00:27 +03:00 by kerem · 1 comment
Owner

Originally created by @zidanpragata on GitHub (Mar 7, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/989

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

Originally created by @zidanpragata on GitHub (Mar 7, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/989 sometimes there are servers that don't work using "$_SESSION" please add an alternative for this like $_COOKIE or using SQLITE
Author
Owner

@JaggedJax commented on GitHub (May 5, 2023):

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.

<!-- gh-comment-id:1536667636 --> @JaggedJax commented on GitHub (May 5, 2023): 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#639
No description provided.