X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FSession.php;h=762795a1185f0103ae4d871984849021be9a8763;hb=6698aeacce6bf12e331128864cb47c581c924124;hp=982c63fa9c3d5071cb6867676838323ec25cc1bb;hpb=148b2b7f374a6cc3609cb2a30e5942d3e6fdde0e;p=civicrm-core.git diff --git a/CRM/Core/Session.php b/CRM/Core/Session.php index 982c63fa9c..762795a118 100644 --- a/CRM/Core/Session.php +++ b/CRM/Core/Session.php @@ -70,9 +70,6 @@ class CRM_Core_Session { * * The CMS takes care of initiating the php session handler session_start(). * - * When using CiviCRM standalone (w/o a CMS), we start the session - * in index.php and then pass it off to here. - * * All crm code should always use the session using * CRM_Core_Session. we prefix stuff to avoid collisions with the CMS and also * collisions with other crm modules!