On Sun, May 6, 2007 11:29 am, Alain Roger wrote:
> Hi,
>
> I have the following code :
>
> session_start();
>> $_SESSION['username']=$myusername;
>> $_SESSION['Localization'] = $lang;
Add this:
session_write_close();
before you do header re-direct.
>> header("Location:
>> https:
On 5/6/07, Alain Roger <[EMAIL PROTECTED]> wrote:
if i check before header command what is the value of $_SESSION['username'],
i get the right value.
however, if i place on the first line of welcome.php file the following code
:
echo "1. Before session";
> session_start();
> echo"Username : ".$_
Hi,
I have the following code :
session_start();
$_SESSION['username']=$myusername;
$_SESSION['Localization'] = $lang;
header("Location:
https://".$_SERVER['SERVER_NAME'].$path_adm_files."/modules/welcome/welcome.php");
if i check before header command what is the value of $_S
ride automatic
> cookie handling"
> everything worked!
>
> hope it help,
> py
>
>
>
>
>
> - Original Message -
> From: "Herb Wiser" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, November 08, 2001
4 matches
Mail list logo