mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-07 19:34:23 +08:00

- Configure proper cookie session options in admin server: * Set Path, MaxAge attributes * Ensure session cookies are correctly saved and retrieved This resolves the issue where users entering correct admin credentials would be redirected back to the login page due to improperly configured session storage. Fixes #7272