Hi,
We are using silverstripe as a CMS and the core product is separate but both on same domain. So all session management is doing by other product using PHP native sessions.
What i want is to access the session variable in Silverstripe to show whether the use is logged in or not.
$username = $_SESSION['username'].