Hi, I am customizing the ESRI Geoportal for one of our client. I am able to do all the basic stuffs related to look and feel and jdbc connections parameters and able to successfully host in a web server. There were no issue in running the application and using simple authentication [not LDAP] I am able to post and Approve the resources using portal. But coming to security of application, when user logs out of the application and clicks on the back button in the web browser, the application is not handling any session state mechanism to redirect to login page, rather it is taking me to the previous page directly. And when I click on the available tabs, then it is redirecting me to the login page.
Could any one have idea on how we can handle this something like FormAuthentication using cookies in general ASP.Net web applications so that it should not take me to the previous page.
When I try to find out the actual method inside the code under banner.jsp file, they are using a command link for logout which uses the below listener only. -------------------------------------------------------------------------------- void processLogout(ActionEvent event) Handles a logout action. --------------------------------------------------------------------------------
Any help/suggestions/workarround invited...
Additional info: The following web sites were picked from ESRI sample websites link - the same scenario is happening in the sites (not redirecting to login page). Is there any other sample site where they have handled this kind of stuff.