Hello, all my session variables that i set with $_SESSION are replaced when i forward ....header("Location:").... to a file(mymemberstuff.php) that is supposed to do some amember related stuff and includes the "require_once '.../amember/bootstrap.php';" Is there a conflict between "normal" sessions and sessions that come after bootstrap.php file? How could i "save" my sessions so i would access them inside the mymemberstuff.php file?
Hey, Please go to aMember CP -> Configuration -> Setup/Configuration -> Advanced scroll page down and change Session Storage to Standard PHP Sessions
Is there any other way...could i include the bootstrap.php in my other files and save the season with some amember functions? ...among other things this installation in integrated with wordpress and some custom modifications have been done...so im afraid changing the session storage type will break something...
Changing of Session Storage should not break anything. Yes, in case you include bootsrap.php in file where you set session variables you will be able to see these session variables in your other file - mymemberstuff.php