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
Following a large number of tests failing to pass in the past week investigations demonstrated that the cause was a defect in session persistence and revival when using express-session and connect-mongo. It is not clear yet why this problem only appears to show up only now, replacement of connect-mongo by connect-mongodb-session yielded the same result suggesting the source cause might reside in express-session.
Due to time constrains on the release of IDEAFast we have disabled persistence on the current develop branch and will be tracking the issue here. The objective is to revert the change and re-enable session persistence.
The text was updated successfully, but these errors were encountered:
Following a large number of tests failing to pass in the past week investigations demonstrated that the cause was a defect in session persistence and revival when using
express-session
andconnect-mongo
. It is not clear yet why this problem only appears to show up only now, replacement ofconnect-mongo
byconnect-mongodb-session
yielded the same result suggesting the source cause might reside inexpress-session
.Due to time constrains on the release of IDEAFast we have disabled persistence on the current
develop
branch and will be tracking the issue here. The objective is to revert the change and re-enable session persistence.The text was updated successfully, but these errors were encountered: