by default, SESSION_DRIVER=database. You need to change this to SESSION_DRIVER=file . Otherwise, you'll need to configure the sessions table to handle this.
SESSION_DRIVER=database
SESSION_DRIVER=file