Hi, I've been experiencing some strange behavior with quixote that I can duplicate, but is probably due to something peculiar with my configurations. Configurations: Using quixote 0.7a3, scgi-1.2a1, and Apache 2.0.47 For the scgi server I have a QuixoteHandler serving a publish.SitePublisher using extended session.Session similar to the functionality in session_demo.cgi. Everything seems to work as I would expect, with one exception. After supplying data to the http://site/login form (Quixote Session Demo: Login Please enter your name here:) I get the expected page of: Quixote Session Demo: Login Welcome, test! Thank you for logging in. back to start Here's the strange part. If I click "back to start" within 10 - 20 seconds, I get a page like this: Bad Request Your browser sent a request that this server could not understand. Apache Server atPort 80 Subsequent reloads or simply waiting 20+ seconds give the expected result of: Quixote Session Management Demo Hello, test. Good to see you again. Has anyone else experienced this behavior?/Can anyone reproduce it? Any ideas? Thanks, -Charles