I have a website that uses SID's in the URL. However, if you copy the URL with the SID in it, you can use that SID forever basically. There must be some timeout setting or something...can someone help me with this? Let's say after 20 minutes I want it to erase the session. I could do this by logging the SID and a timestamp then checking it against the current time, but I'm wondering if there's a simplier solution.