搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Session variable changes from one page to the next in firefox

  • 2 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 mplysiak

more options

I am building the site http://www.carpet-n-rug-cleaning.com and i set the preferred service area using a session. If you visit the site and goto the service areas page select a service area and the swithch between the home page and any other page the preferred area changes. this only occurs in firefox and only when going from the localized home page to another page. Thanks in advance. http://www.dominanrt-domains.com

I am building the site http://www.carpet-n-rug-cleaning.com and i set the preferred service area using a session. If you visit the site and goto the service areas page select a service area and the swithch between the home page and any other page the preferred area changes. this only occurs in firefox and only when going from the localized home page to another page. Thanks in advance. http://www.dominanrt-domains.com

由mplysiak于修改

被采纳的解决方案

I found that the issue was with the fire fox prefetch. I added the following to my htaccess file to fix it:


RewriteEngine on RewriteCond %{HTTP:X-moz} prefetch RewriteRule . . [F,L]

定位到答案原位置 👍 1

所有回复 (2)

more options

It stays the same for me.

When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.

(1) Bypass Firefox's Cache

Use Ctrl+Shift+r (Mac: Cmd+Shift+r) to reload the page fresh from the server.

Alternately, you also can clear Firefox's cache completely using:

(WIN) orange Firefox button (or Tools menu) > Options > Advanced
(MAC) Firefox menu > Preferences > Advanced

On the Network mini-tab > Cached Web Content : "Clear Now"

If you have a large hard drive, this might take a few minutes.

(2) Remove the site's cookies (save any pending work first). While viewing a page on the site:

  • right-click and choose View Page Info > Security > "View Cookies"
  • Tools menu > Page Info > Security > "View Cookies"

Then try reloading the page and test again. Does that help?

more options

选择的解决方案

I found that the issue was with the fire fox prefetch. I added the following to my htaccess file to fix it:


RewriteEngine on RewriteCond %{HTTP:X-moz} prefetch RewriteRule . . [F,L]