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: September 5, 2017 /
Categories: Mobile Applications
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 :-
1. First find the bootstrap file .
2. check the cookie::$domain path .
3. If it pointed to previous server path ,change to the new server path and saved.
4. restart the apllicaton.
N0w it work properly.
735 total views, 2 views today
Share this On