IP « Session « JSP-Servlet Q&A





1. JSP session for each IP address or for each browser    stackoverflow.com

I want to know whether one session is been created for each IP address or for each browser instance? I opened my JSP application in three browser windows. It creates three ...

2. How to get the IP address when a session is created?    stackoverflow.com

In my grails application, I have implemented the interface HttpSessionListener to listen for session creation as given below:

class MyHttpSessionListener implements HttpSessionListener {

    public void sessionCreated(HttpSessionEvent event) {
  ...

3. Find number of active sessions created from a given client IP    stackoverflow.com

Is there a way to determine the number of active sessions created from a given client IP address?