Question
Infinite Loading Times When Using PHP Sessions
I have recently started moving from a Sharedhost(HostGator). Hostgator had to much downtime as the website was starting to get a large amount of traffic. I figured this wouldn’t be as painful as it has been. I’ve been working trying to get the server up for almost 3 days with the same result and no luck.
I’m currently working on a project that requires users to login, and when they login or a session have been set by PHP. Everything on the Website will load indefinitely. There doesn’t seem to be a timeout or error codes. It just loads. This project was built when using the Shared Server and has no no problems, everything is stable.
To see the example, http://aileron-sl.net/ Form Inputs(shymus Roffo, password, nexus) Those are all the test values. Once you login, you will need to refresh the page a few times and it will never load. On that example, there were no errors when using shared hosting or any problems. Everything ran very stable.
These were the guides that i followed to get my VPS started. I’m running Ubuntu 16.04. http://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
http://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04
When i got everything working, when i logged in the website the first time after the LAMP was set up, everything loaded fast. But if i attempted to visit another page after that any page with PHP session_start() would be extremely slow.
There are no errors that appear in the PHP logs or Apache Logs.
Would love to know what might possibly cause this or what could fix it. Would also be great if i could find a way that could pin-point me to finding these errors.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hey there!
I checked the example you have posted. Can you share a gist/dump of your code for this dashboard page?
Hello! Thanks for the response. I’ve been trying to get this to work forever.
Here is the dashboard.php : https://goo.gl/cDvZZd
There’s a lot of JQuery that is still on that page. I haven’t moved it over to a separate file yet.
Here is the functions. (functions.php) https://goo.gl/DLEqOd
This is also the PHP.ini configuration for the server. https://goo.gl/Sh2yCA