Sessions wont work on ipage, I know there are post like this all over internet but i did try all the answers and nothing seems to work i tried this..
session_save_path("your home directory path"/cgi-bin/tmp);
session_start();
tried changing the value of session.save_path from php.ini
session.save_path = "N;/path"
To this
session.save_path = "N;/tmp"
and this
session.save_handler = files
even tried this
session.save_path = "home directory path/cgi-bin/tmp"
Thank u