|
|
|
|
|
by jethroalias97
4762 days ago
|
|
Assuming you are using a distributed architecture, there is no way to verify a user without at least one database lookup because the request could be coming into any API server. So in most cases we're not avoiding cookies and sessions just for the sake of it. |
|