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
I'm trying to use SQLite with the Using session example. Since at first I was getting a "table does not exist" error, I created a sessions table on my own:
It does look like some session data gets stored as I open served pages in my browser, but then when I open a page that actually tries to store some session data (the counter thing from the example), I get:
I'm trying to use SQLite with the
Using session
example. Since at first I was getting a "table does not exist" error, I created asessions
table on my own:It does look like some session data gets stored as I open served pages in my browser, but then when I open a page that actually tries to store some session data (the counter thing from the example), I get:
The text was updated successfully, but these errors were encountered: