Skip to content
Discussion options

You must be logged in to vote

Hi, thanks for the query,

In general, a session based authentication term is often mixed up with stateless vs stateful session data storage.
Contrasting, for example, session based authentication vs JWT based authentication is incorrect and misleading.

Session based authentication is always about depending on a cookie as a link between the browser and the server to represent an active user session. It is supported with either a stateful approach where the cookie is a binary pointer into a server-hosted session data, or a stateless approach where the encrypted cookie contains all the session related data.

It is what this is all about, nothing to do with micro services. The use of HTTP session

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@sberyozkin
Comment options

Answer selected by andreiverse
@andreiverse
Comment options

@andreiverse
Comment options

@michalvavrik
Comment options

Comment options

You must be logged in to vote
3 replies
@andreiverse
Comment options

@michalvavrik
Comment options

@sberyozkin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants