If someone logs in on a pc from Starbucks (for example) and they accidentally check the ‘remember me’ option thereby setting a persistent cookie on that pc, is there any way of denying that cookie from the server without resorting to changing the cookie name in web.config?
Share
I solved this (a while back actually) by setting a machineKey in web.config & changing it when the username/password is changed:
This forces everyone to sign in again but since there is only one admin account it works perfectly for me!