From: jocuri%softhome.net <> Date: Fri, 2 Apr 2004 05:50:56 +0000 (+0000) Subject: Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do... X-Git-Tag: bugzilla-2.18rc1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ebec21908947431eb931a7440e06eab8cf41725;p=thirdparty%2Fbugzilla.git Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do I have to log in every time I access a page?'. --- diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index c9c8badb93..59cb330d92 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -684,9 +684,9 @@ perl -pi -e 's@#\!/usr/bin/perl@#\!/usr/local/bin/perl@' *cgi *pl First, make sure cookies are enabled in the user's browser. - If that doesn´t fix the problem, it may be that - the user´s ISP implements a rotating proxy server. This causes - the user´s effective IP address (the address which the Bugzilla server + If that doesn't fix the problem, it may be that + the user's ISP implements a rotating proxy server. This causes + the user's effective IP address (the address which the Bugzilla server perceives him coming from) to change periodically. Since Bugzilla cookies are tied to a specific IP address, each time the effective address changes, the user will have to log in again.