Sessions not maintained in linux os

i developed application it working local but not working server sessions not maintained

Do you have access to php.ini?

This problem often occurs when a custom session handler isn’t being called. Is your application based on any framework or does it use any custom session handler? Do you have any custom logic to kill sessions?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.