The CodeIgniter 2.0.2 requires to set an encryption key in the config file i.e. $config['encryption_key'] , if you want to use Session class. Can it be any string? Any example of secure encryption_key?
Thanks.
|
The CodeIgniter 2.0.2 requires to set an encryption key in the config file i.e. Thanks. |
|||
|
|
|
Yes
|
|||
|
|
|
In addition to the answer by Chumillas, I personally use this Random Key Generator for my CodeIgniter encryption strings. Quick and easy. |
|||
|