From riteshn at gmail.com Wed Jul 11 14:32:57 2018 From: riteshn at gmail.com (Ritesh Nadhani) Date: Wed, 11 Jul 2018 11:32:57 -0700 Subject: [Flask] Configurable session timeout per user Message-ID: Hello Currently, it seems using Flask-Login only allows system wide configuration for session timeout PERMANENT_SESSION_LIFETIME but we have a requirement where our customer wants to set user level timeout time. Is it possible or somebody implemented something similar? -- Ritesh