This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Installation - Login Session Expired
Started 10 years ago by kandk | 4 posts |
-
I just installed Machform with no errors. However, when I try to do the initial login I get "Your session has expired. Please login."
I cleared my cache, cookies are enabled, made sure the session directory and data directory are writeable. But still no luck.
Thanks in advance for your help!
Posted 10 years ago # -
Anybody?
Posted 10 years ago # -
@kandk: This forum is mainly to allow users to supply answers to questions from other users. Your issue seems as if it is something that the Appnitro staff will have to help you with. While the Appnitro staff does monitor and provide support through this forum as well, they do not monitor it continuously. I suggest filing a request for help using the contact form, if you haven't done so already.
Posted 10 years ago # -
kandk -- that seems to be session issue. can you let me know what is your hosting company?
Some hosting company left the session save path blank as default.To fix this, you'll need to edit your php.ini file and set the value of "session.save_path".
Or you can also edit the "machform/includes/init.php" file and add this code:
ini_set("session.save_path","/your/session/path");
MachForm Founder
Posted 10 years ago #
Reply
You must log in to post.