mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
instanceid is generated by uniqid() and then used as the session_name. Because session_name requires at least one letter and uniqid() does not guarantee to provide that, in the case that uniqid() generates a string of only digits, the user will be stuck in an infinite login loop because every request will generate a new PHP session. |
||
|---|---|---|
| .. | ||
| archive | ||
| cache | ||
| files | ||
| group | ||
| public | ||
| share | ||
| user | ||
| app.php | ||
| archive.php | ||
| autoloader.php | ||
| cache.php | ||
| db.php | ||
| dbschema.php | ||
| geo.php | ||
| group.php | ||
| helper.php | ||
| streamwrappers.php | ||
| template.php | ||
| util.php | ||
| vcategories.php | ||