BizLab Posted May 19, 2010 Author Share Posted May 19, 2010 Is this your own server? If so, what flavor of Linux are you running? Did you install apache/php from a repository for your distro or compile it yourself? Almost feels like an SELinux issue. No this is a Virtual Private Server from Media Temple.. i put in a support request through them a few hours back. I will have to see what they think about it... I don't know the linux version unfortunately I'll keep you updated man, thanks for the help today Link to comment https://forums.phpfreaks.com/topic/202044-_session-vars-will-not-persist-on-pages-other-than-login/page/3/#findComment-1060330 Share on other sites More sharing options...
BizLab Posted May 19, 2010 Author Share Posted May 19, 2010 The Problem ended up being with the session folder and running php as a fastCGI script - which someone had originally suggested to fix the original session storing problems. SO my solution: Alter the vhost.conf file and remove the fastCGI information make a new temp directory in the /domain.com/ directory redirect all session vars there create a new vhost_ssl.conf file and place the same file path information in there for the SSL restart apache and plesk and viola! fixed and running. Sessions now work in both http and https protocols, and i can transfer sessions flawlessly between the two offering tons of options. Thanks to the staff at media temple once again, they kick ass! Link to comment https://forums.phpfreaks.com/topic/202044-_session-vars-will-not-persist-on-pages-other-than-login/page/3/#findComment-1060835 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.