digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
636 stars 110 forks source link

HTTP ERROR 403 while login #24

Open velmuruganvelayutham opened 8 years ago

velmuruganvelayutham commented 8 years ago

screenshot from 2016-05-21 04 28 59

I think the login page was served yesterday and today I am trying to login.

The issue resolved after refreshing the login page.

syjer commented 8 years ago

This is caused by the CSRF protection: the token expired (it's saved inside the session).

A better error page will be done :), as the 403 error is quite confusing (and some kind of polling for keeping the session alive too, so the probability of seeing this error will drop down)