First, how do I set a session time out for a specific application? I don't want it to affect the session timeout of say the shoppers on my website, but I have an employee only app that I want to timeout after an hour of being idle, in case someone gets access to their computer. How do I do this?
Also, I have a SELECT statement that gives me results as links, and when you click the link it takes you to the detail for that account. How do I make a back button to go back to the results page w/o using the browser back button and re-running the query?