Sessions

So far, we’ve learned how to write servlets that can store data that is shared among all users. For example, we’ve created a chat web app that stores a list of messages. This works, because every user looks at the same set of messages.


This is a companion discussion topic for the original entry at https://happycoding.io/tutorials/java-server/sessions