Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
default.ctpのheadセクションにHTML5プリフェッチリンクを追加した後、すべてのFirefoxユーザー(CakePHPアプリケーションで作業中)は、次のページの更新後もログアウトし続けます。CakePHPをプリフェッチしやすいものにする方法はありますか?
ページの先頭に配置されたプリフェッチリンクの例を次に示します。
<link rel="prefetch" href="/" /> <link rel="prefetch" href="/users/" />
これが問題であるかどうかを確認してください。