add extra sessopts and any additional opts

This commit is contained in:
DarkGopher 2025-06-11 20:52:36 +02:00
parent 59aa49d2e9
commit 99e26546d7
4 changed files with 23 additions and 6 deletions

2
storage/file/file.go Normal file
View file

@ -0,0 +1,2 @@
// Package file implements sessions saved into filesystem persistently encoded using gob
package file