MadMikeyB Hello, How do I extend the session lifetime? I have had a search but all solutions seem to be from the beta days and not sure if they'd work now? Thanks,
luceos In your config.php add a line "session" => [ "lifetime" => 60, // lifetime in minutes ], See flarum/frameworkblob/48ec73f86e2a2ec102330d5d3fb99685b5404516/framework/core/src/Http/Middleware/StartSession.php#L76