session.cookie_expires = True
session.key = pgwui_server
# HMAC secret
-#session.secret = xxxxxxrandomstring40characterslongxxxxxxx
+#session.secret = xxxxxxrandomstring40characterslongxxxxxx
# Send cookie only over https
# (True for production)
session.secure = False
session.cookie_expires = True
session.key = pgwui_server
# HMAC secret
-#session.secret = xxxxxxrandomstring40characterslongxxxxxxx
+#session.secret = xxxxxxrandomstring40characterslongxxxxxx
# Send cookie only over https
session.secure = True
# Sessions timeout after an hour if unused.