session_start()
Posted by: nehama (109.67.121.---)
Date: August 02, 2013 06:06PM

<?
session_start();
if (isset($_REQUEST["menucode"]))
{
$menucode = $_REQUEST["menucode"];
$_SESSION['menucode'] = $menucode;
?>


}else{
?>
---------------------------------------------------------------------------------------------------
session_start() doesn't work on windows 7 64 bit in one computer, while it works on windows 7 32 bit in another . Why ?

Options: ReplyQuote
Re: session_start()
Posted by: Otomatic (Moderator)
Date: August 02, 2013 07:09PM

Hi,

session_start(); works well on my Windows 7 64 bits. Is there a wamp/tmp/ folder ?

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.