Search:

Type: Posts; User: kalees

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    3,655

    Re: Track the user session list

    public class SessionManager implements HttpSessionListener {

    @Override
    public void sessionCreated(HttpSessionEvent sessionEvent) {
    // This is called whenever a new session...
  2. Replies
    3
    Views
    3,655

    Track the user session list

    How do we have a track of users who have logged in? I want to have a table of record with usernames and the status(logged in or logged out).

    Whenever the user logs in, the status shud indicate he...
Results 1 to 2 of 2