|
|
|
|
|
by P5fRxh5kUvp2th
1349 days ago
|
|
I was responding to this: > To give you an example, using a traditional session cookie model, whenever my server gets a request, it has to look up the associated session info, and then possibly join multiple tables It does this on initial logon and then stores it in cache. You can think of a JWT as cache as well. The point is, it only happens once for both. |
|
JWT token does not require that.
Both solutions requires invalidation.