On Dec 28, 2009, at 8:06 AM, Michael Richter wrote: > Works fine for me.
Probably Chris is behind a firewall that is constantly changing his IP address. An anonymous login is only valid for a single IP address. So if the initial login is from one IP and then the IP address shifts, the login is invalidated. Changing Fossil so that anonymous logins do not track IP address might be one solution - but it will only work for anonymous. Regular users also have the IP address as part of their login and the same problem applies to them. But with a regular user, removing the IP address from the login cookie opens up the protocol to packet sniffing attacks, IIRC. I'll see what I can do... > > 2009/12/28 Chris Schaller <[email protected]> > Using Fossil version [0f4f6c0325] 2009-12-18 23:54:24. > > Fossil Home Page (redirected from www.fossil-scm.org to > http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki) states > that 'Not logged in'. If I chose 'Login' with user anonymous and > captcha (both manually and pushing the 'Fill out captcha' button) > brings me back to Fossil Home Page (or whatever page I have been > before Login) and again stating 'No logged in', 'links are disabled', > etc. > > Wasn't able to open a ticket for this issue ;-) > > Browsers used: IE7 and Firefox 3.5.6 > > Last time successfully logged on: 2009-12-23 > > - Chris > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

