Has anyone had any luck with this since the last post?
I’ve noticed that if I point my browser directly at a page’s template.php file vs. accessing the page through mod_rewrite, the session is set.
So, if I do https://mysite/mypage, the session is not set. But, if I try to access the template file being used by mypage, e.g. https://mysite/wp-content/themes/mysite/mytemplate.php, the session is set.
That leads me to believe that somewhere in between making the page request and getting redirected silently to the template file for the page, WP or mod_rewrite or Apache is inserting some content or thwarting the session_start().
Can anyone confirm? Or know what the issue is?