gin-sessions
gin-sessions copied to clipboard
Session fails silently when it cannot set a value
Setting a value in the session fails silently when it cannot set the value. For example, setting a bson.ObjectId object as a value fails but there is no error report.