UPDATE
FORCE_SSL_ADMIN set to true is the problem!
set to false (all urls http) including admin backend
and is_user_logged_in() to show true
— BUT
I run a subscription site
I need to have ssl for admin logon checkout and ssl pages
when user is logged on front in I need
vars like is_user_logged_in() to be available + admin menu
IN 3.+ this worked fine both http and https is_user_logged_in()
and admin menu were available.
Any one have a fix for this ?