Jump to content

error...cannot send session cahe limiter..and .....headers already sent by....


srihari3d

Recommended Posts

hi,

error:...cannot send session cahe limiter...

headers already sent by php....can any one give me the solution?..........when ever login with username & password...the session is not stored in the first time....but the next time login the session is stored with the username....what is the prblm?.....i m sending code also......

<?ob_start(); 
session_start();?>
<?php
$_SESSION['susername']=$_POST["username"];
if($_SESSION['susername']=="")
$ssusername= $_SESSION['profileusername'];
else
$ssusername= $_SESSION['susername'];
      Header("Location: ./profile.php");
    if($ssusername=="")
          require "serverbusy.html";
//session_register("ssusername");
  ?> 

please give me the reply.........

i m waiting for that............

 

i tryed but no use....i got same error.......plz give me the correct solution....if u want check it....www.dianimations.com....register new member....and login....it will give the error.....plz give me the reply.....

if u feel bad sorry.....i m not thinking badly.....leave about that thing....i want answer....can any one give me....in this forum.....is ther any intelligent guys or not...i want answer....if any one want code i will send in this forum only....ok....don't feel......ok......i want answer......plz give me the reply......

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.