Session proper config? |
autoload.php
Code: $autoload['libraries'] = array( config.php Code: $config['encryption_key'] = 'Xasdf32zsdfj0e98ehBDS3xS9j3DAIHKwdfweHfdksj34Ifreaky0120302weakyshitPSYCHOP4324342ath'; controller Code: <?php defined('BASEPATH') OR exit('No direct script access allowed'); view Code: <?php defined('BASEPATH') OR exit('No direct script access allowed'); But when I run these codes nothing, the session data is not displayed. What am I missing here? Thanks in advance.
No SEO spam
|
Messages In This Thread |
Session proper config? - by solidcodes - 03-11-2016, 05:53 AM
RE: Session proper config? - by keulu - 03-11-2016, 06:35 AM
RE: Session proper config? - by solidcodes - 03-11-2016, 12:21 PM
RE: Session proper config? - by salain - 03-11-2016, 07:19 AM
RE: Session proper config? - by InsiteFX - 03-30-2016, 01:06 PM
|