Jump to content

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


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......

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.