I'm sorry if this is rather a basic question for the list, but I am just getting started using JSP to front-end an Oracle server. I can successfully connect to the database and produce HTML pages full of data, but before I can make any real use of this I have to implement security. What I think that I want is to have the user provide a name and password, which is then used to establish a connection to Oracle from a connection pool. This connection needs to time-out on inactivity or when the browser closes, causing any subsequent attempt to load a page to be re-directed to the login page. Any comments or suggestions of things I may not have thought of appreciated.
I have found all of the bits that appear to be required, but am unsure how to hang them together. Surely this must be a fairly common requirement and has been done before? Can anyone direct me to a resource where I can find a complete set of pages, beans etc that I can then start customising rather than have to re-invent it from scratch? Thanks for any help. John =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com