Actually I am creating a chat app. In this I want to store user name as he logged in application without going to database. I do not have to count the user but need to know the user status till hi stay live in application. I do not want to store in database when user come to application, but I want to store user in session. So that I could keep on fetching it's name and keep on showing the status of user that he is currently on line without being interact with database.