I am enabling a session at very 1st line of my php page
still it gives an warning
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\MyWebApp\index.php:1) in C:\xampp\htdocs\MyWebApp\index.php on line 1
index.php
<?php session_start();?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
<head>
<title>Home - Home Page | Value-One (Technology with in Reach)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Place your description here" />
<meta name="keywords" content="put, your, keyword, here" />
<
still it gives an error.. and unable to work with session,, gone thru all header error pages
and I dont hv access to php.ini