Please follow the below steps to fix the session not working issue within the Ipage server!
1. Log in to your ipage account.
2. Click on “CGI and scripted Language support”.
3. Select PHP scripting
4. Edit the php.ini file by finding the save_path by pressing ctrl +f
Change the
`session.save_path = “/var/php_sessions”`
to
`session.save_path = “/tmp”`