Multiple « Session « JSP-Servlet Q&A





1. Multiple sessions for one servlet in Java    stackoverflow.com

I have one servlet taking care of multiple sites and therefore I want to have different sessions for different sites, even if its the same user. Is there any support for this ...

2. Ajax & multiple sessions    stackoverflow.com

Can any one tel me whether ajax calls lead for multiple sessions. In my application I can see more than 5 sessions are created for each user. (By monitoring the firewall). ...

3. session over multiple domains    coderanch.com