You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: