I just installed Zope 2.0.0 on my win95 machine last night. First, a suggestion to put in the INSTALL.txt which would have saved me an hour of grief: My machine is connected to the internet via a cable modem, and the browser setup uses a proxy. Until I exempted localhost from the proxy list, I couldn't connect to http://localhost:8080/manage (it got a connection refused message, etc.). I logged onto the manage screen this morning from work, which worked just great, but, I found that there's no way to log out! I first tried this from a public computer at work, and really would like to tell my server that I logged out, so the next person won't stumble into it. Of course, I could Shutdown my server, which would mean that it wouldn't be running again until this evening. Is there a way to log out? Victor Miller
At 16:47 07/09/99 , victor@idaccr.org wrote:
I just installed Zope 2.0.0 on my win95 machine last night. First, a suggestion to put in the INSTALL.txt which would have saved me an hour of grief: My machine is connected to the internet via a cable modem, and the browser setup uses a proxy. Until I exempted localhost from the proxy list, I couldn't connect to http://localhost:8080/manage (it got a connection refused message, etc.).
I logged onto the manage screen this morning from work, which worked just great, but, I found that there's no way to log out! I first tried this from a public computer at work, and really would like to tell my server that I logged out, so the next person won't stumble into it. Of course, I could Shutdown my server, which would mean that it wouldn't be running again until this evening. Is there a way to log out?
Victor Miller
Just close your browser. HTTP is a stateless connection, your browser asks you only once for your username and password, and submits those to the server on every request. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Martijn Pieters -
victor@idaccr.org