Welcome Guest, Not a member yet? Register   Sign In
I Cant Read Session Data Other Controller
#1
Photo 

       
hello all use codeigniter with vue.js i create a session in controller session and i can read with defined name session datas but i cant read other pagesĀ 
i only call $this->session->userdata('user')

Attached Files Thumbnail(s)
   
Reply
#2

try with $this->session->user;
works for me Smile
Reply
#3

Make sure you autoload the session library in application/config/autoload.php.
Read the documentation about session, because there are different ways to set it up.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB