Forum : session
Brief description  about Online courses   join in Online courses
View vinaykumar B patil 's Profile

session


Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started
y m getting his warning each time
Asked by vinaykumar B patil | Jan 13, 2011 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
function will work fine
ex

session_start();
$_SESSION['views'] = 1; // store session data
echo "Pageviews = ". $_SESSION['views']; //retrieve data

if giving warning the some other code making problems check it
Jan 17, 2011