I am using facebook oAuth in my website which is developed using CodeIgniter. When a user login using Facebook oAuth I am setting a variable to check in the future whether the user is logged in or not. That session variable is available till i redirect to some other page or reload the page. After that It is not available. It is being overwritten
Why is my session variable's are destroying after the next request?