Welcome Guest, Not a member yet? Register   Sign In
problems with the class session
#1

[eluser]Unknown[/eluser]
I'm making an example but it shows me an error

In order to use the Session class you are required to set an encryption key in your config file.


I should do to correct this error
#2

[eluser]j4zzyh4ck3r[/eluser]
[quote author="yense" date="1302667079"]I'm making an example but it shows me an error

In order to use the Session class you are required to set an encryption key in your config file.


I should do to correct this error[/quote]

Go to the config.php in application/config/ then find $config['encryption_key'], give the value for the encryption key, it should work =)
#3

[eluser]Unknown[/eluser]
that more or less I need to put


thx
#4

[eluser]InsiteFX[/eluser]
Code:
$config['encryption_key'] = '245-836-940-2847-8589-2648-04825';

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB