Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do I have to log in every time I access a page?'.

git-svn-id: svn://10.0.0.236/trunk@154435 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jocuri%softhome.net
2004-04-01 21:52:43 +00:00
parent e906580a9b
commit e7db7e50fb

View File

@@ -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.
</para>
<para>
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.