* The cookie itself is not a risk because the only data inside it is the "key" number to a set of session variables held on the server.
* If someone intercepts and reads the tcp/ip data mid stream, you've got a bigger problem than the cookie.
* Since the session will time out after 20 mins of no activity, only someone using the computer immediately following your authorized user can make any use of it. You can change the amount of time.... 20 mins is the default.
* If you are have a usuage scenario where many people use the same machine, such as an internet cafe or a corporate training room, provide a LOG OUT button that will either set all session variables to an empty string, or better yet, force the session to end.