Open
Description
memory provider works fine, but if I use mysql - it basically seems to be a no-op with no queries executed. The session is changed in memory, but doesn't write to the database.
Currently using Set('key', '') and Destory(ctx) to perform these operations, but doesn't seem to be the right way.