I search long time on fuel config files, but did not find any configuration related to this problem! another problem is that I logout automatically after some changes and some errors.
thanks for your answer. I mean when I logged in yo admin panel, sometimes after a second, automaticlly log out and ask me to login again. my session destroy. most of the time I have this poblem.
Do you by chance have multiple FUEL sites open on the same server using the same cookie? You may want to try changing the session to use the database and see if that helps (the CI docs above explains how to do that).
Comments
https://ellislab.com/codeigniter/user-guide/libraries/sessions.html
I mean when I logged in yo admin panel, sometimes after a second, automaticlly log out and ask me to login again. my session destroy.
most of the time I have this poblem.
http://stackoverflow.com/questions/6856960/codeigniter-session-expires-frequently
I change my code like:
http://stackoverflow.com/questions/7980193/codeigniter-session-bugging-out-with-ajax-calls
sometimes still problem, but it is better than before changes