Is there a unique session ID created in a Python CGI app.? If not, and I suspect not, what is the best way to keep track of the session that loads each web page? I need to store form data from multiple forms completed by the user. What is the best way to keep track of which user is which? Thanks!