• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Same code, same server, but PHP session not working?

I did a copy of some of my code from one folder to another in one of my servers. This folder is under a different domain with a different cert. The problem is on some pages the session_start(); in php does not appear to pick up the session and kicks me out (code thinking I am not logged in).

Same code, same PHP (which also works on my test server), and same htaccess. The main different: this folder is under an EV SSL. I plan on taking more troubleshooting steps later tonight, but any obvious ideas why this would happen?
 
Back
Top