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
Using the example provided and settingcfg.Expiration to -1 causes the following error to appear when loading any of the pages. Error 1264: Out of range value for column 'expiration' at row 1
Setting it to 0 turns it into a session cookie. While any positive number works as intended.
Visiting /getAll still outputs to console so I'm assuming it must be part of the saving process.
Using the example provided and setting
cfg.Expiration
to-1
causes the following error to appear when loading any of the pages.Error 1264: Out of range value for column 'expiration' at row 1
Setting it to
0
turns it into a session cookie. While any positive number works as intended.Visiting
/getAll
still outputs to console so I'm assuming it must be part of the saving process.Behavior
Environment
The text was updated successfully, but these errors were encountered: