@julian said in login problem:
That's a bit weird. Ensure you don't have any sites on the same domain saving cookies using the same id.
about a year ago we had our forum domain(forum.ourdomain) and then we ommited it and we setup VBulletin for a while on another domain and then we migrated to NodeBB on forum.ourdomain (I mean we got back to this domain again). I don't think the usernames of our old Vbulletin and NodeBB are the same and they seem irrelevant at all.
I guess this is caused by redis session cache . Please help this is like a nightmare.
{
"url": "http://forum.sanatisharif.ir",
"secret": "****",
"port": "4567",
"upload_path": "/public/uploads",
"bind_address":"127.0.0.1",
"database": "mongo",
"mongo": {
"host": "127.0.0.1",
"port": "***",
"username": "***",
"password": "***",
"database": "***"
},
"redis": {
"host": "127.0.0.1",
"port": "***",
"username": "",
"password": "",
"database": "0"
}
}