Kohana version 3.2 – Session Data Getting Lost between setting it and using due to moving the application from one server to another. | Techbirds
Posted on: January 14, 2014 / Categories: PHP / Author Name: Anand Kumar Problem Statement : After transferring the kohana application from one server to another, getting session unreadable error form the server. Session does not maintain across the controller ,view and model. Solution : To fix this problem , the follwing steps are needed