I have setup .htaccess to redirect me.example.com to example.com/fun/index.php. This index.php has a session. When a user is on me.example.com/index.php the session is never enabled, but is enabled on example.com/fun/index.php.
How do I enable session on me.example.com/index.php path.