Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with administration
28-12-2010, 07:54 PM
Post: #6
RE: Problem with administration
please told them
your useage of session

first page goes to secont page
<?
session_start();
$_SESSION["user"]="test";

?>

second page
<?
session_start();
echo $_SESSION["user"];
?>

tell support that you get empty session value.
and ask them if register_globals=On in php.ini

also can you edit your own php.ini on your panel (cpanel, directadmin etc...)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with administration - Bumik - 27-12-2010, 05:02 PM
RE: Problem with administration - admin - 27-12-2010, 06:17 PM
RE: Problem with administration - Bumik - 28-12-2010, 11:43 AM
RE: Problem with administration - admin - 28-12-2010, 12:55 PM
RE: Problem with administration - Bumik - 28-12-2010, 04:25 PM
RE: Problem with administration - admin - 28-12-2010 07:54 PM

Forum Jump: