0
我在ci篝火中創建一個web應用程序。我安裝了2個篝火。一個用於前端,另一個用於後端。安裝內在張力結構是這樣的: -自動註銷codeigniter篝火
projectName
Assets
Bonfire
Riadmin :- (It is another bonfire for admin panel)
Index.php
現在我有一個問題,當我打前端「項目名」,那麼後臺「Riadmin」自動註銷和riadmin產生像
ERROR - 2015-07-04 17:15:03 --> The session cookie data did not match what was expected. This could be a possible hacking attempt.
一個日誌錯誤這是要注意到前端是新安裝的,但後端從另一個項目完全複製。兩個數據庫都是相同的。 我該如何解決這個問題。
嘗試更改application/config/config.php中的會話cookie名稱,例如$ config ['sess_cookie_name'] ='bf_session';到$ config ['sess_cookie_name'] \t \t ='ra_session';兩種安裝的不同會話Cookie。 –
工作:) @JubayerArefin –
讓它成爲答案:) @ gitesh-purbia –