[Solved] I want to get all login user list at welcome user page so how would i do that? [closed]
One relatively simple way of doing this would be to maintain a list of “logged in” users in the Application object, together with the time they were last seen. Everytime you inspect the list, you remove any entries that are, say, twenty minutes old… That’s assuming you are running on a single webserver… If you … Read more