browser « User « JSP-Servlet Q&A





1. How can I get the web browser user's location from within a Java servlet?    stackoverflow.com

I know that there are services which translate web browser IP addresses to countries and cities and such but I was wondering if there are any libraries which encapsulate all this ...

2. Keep the user signed in even after browser closes    coderanch.com

hi I'm maintaining sessions using JSPs. I want the logged in users to remain signed in unless they sign out explicitly. That is whenever the user visits the site, he doesn't need to login again, he's automatically logged in and redirected to the last page he had visited on the site. How do I achieve this ? The user's session would ...

3. Will the jsp execute if a user closes the browser?    coderanch.com

Hello All! I have a jsp application that integrates with a database. I just want to know what happens if a user clicks a link and closes the browser while the request is through. Here there are 2 to 3 scenarios. What happens when a user closes the browser/click stop button immediately after clicking the link. In IE we see a ...