No, it’s just like … deleting cookies after every interaction?
If a login was simply cookie based (which it is usually not) you would not be able to login at all, if another mechanism is used like e.g. storing user / password in in a backend database, it will have no effect at all.
Cookie protection is more aimed at cookie- based tracking, which works on most websites even without any login.
No, it’s just like … deleting cookies after every interaction?
If a login was simply cookie based (which it is usually not) you would not be able to login at all, if another mechanism is used like e.g. storing user / password in in a backend database, it will have no effect at all.
Cookie protection is more aimed at cookie- based tracking, which works on most websites even without any login.