1. How can I get the web browser user's location from within a Java servlet? stackoverflow.comI 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.comhi 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.comHello 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 ... |
4. recording time when the user closed browser coderanch.com |
5. How to know if user closes the browser window in servlets coderanch.com |
6. Better strategy for handling stale data on End User Browser coderanch.com |