
A huge problem with the authentication system was introduced yesterday which despite extensive testing did not surface - which is highly annoying but can be one of those things that occasionally happens.
In order to properly fix it I have had to change the name of the session cookie which is stored in your browser to allow the system to recognise your login. This means that EVERYONE will be logged out (sorry Kayel!) as of now and will need to relogin - even if it looks like you're logged in.
If it looks like you're logged in and you've not been asked to login again, hit refresh in your browser to force the system to recognise the cookie name change. You should get asked to login.
Once again apologies and a huge thanks to the user who helped me track this down - you know who you are :-)
Comments (2)
Lol! Thanks for the warning! I noticed my saved entries are maintaining the date each time I save, is that what you fixed or is it because I switched to Brave?
I fixed that the day before but didnβt say anything to surprise you :)
Itβs a weird client-server interaction with dates when the server is in a different time zone to the client. To work round it I have to send dates as strings with no time zone information and then convert to dates.
Any problems let me know!