The forum operates in read-only mode. Please head to StackOverflow for support.
<?php session_start();
function CheckAuthentication() { if( isset($_SESSION['id']) ) { return true; } return false; }
die(isset($_SESSION['id']));
function CheckAuthentication() { return true; }
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: CheckAuthentication problem
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+