Session not working in my website instazood

I have created a website in Codeigniter. But when I have made it live on the server. Session stop working. During login, I am inserting data in session when retrieving then empty array showing.

$this->session->set_userdata('user',$data);
$this->session->userdata('user');