Showing posts with label php session. Show all posts
Showing posts with label php session. Show all posts

Sunday, 18 December 2011

Cannot send session cache limiter - headers already sent

Use This Php Script at top of the your php page this script start session before dowload include file i hope you will solve this problem.
<?php
if (!isset($_SESSION)) {
session_start();
}
?>