jagenjo / litefilesystem.js

Library with client (js) and serverside (php) to have a filesystem with previews, quotas, metadata, and multiple users with privileges.
MIT License
147 stars 49 forks source link

'Session expired' immediately after login #4

Open ThorstenBux opened 4 years ago

ThorstenBux commented 4 years ago

Hi,

I'm setting up a liteserver and followed all the steps. The server runs perfectly on http://liteserver.tripod-digital.co.nz/ However, whenever I login I immediately get a 'Session expired' popup.

Do you know what I'm doing wrong?

jagenjo commented 4 years ago

Looks like the entry on the sessions table is not being stored. Can you check that the sessions table is working?

ThorstenBux commented 4 years ago

Fixed thanks you @jagenjo .

Basically I was working from an old branch of mine and a rebase fixed it.