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.
Codeigniterのautoload.phpからセッションライブラリを自動ロードすると、ブラウザに次のエラーが表示されます。「Sessionクラスを使用するには、構成ファイルに暗号化キーを設定する必要があります。」
これを解決する方法は?
config.phpに移動します
これを検索
$config['encryption_key'] = '';
に変更します
$config['encryption_key'] = 'something';
何かがあなたの選んだ暗号化キーであるところ