Hi Angelo,
--- Angelo Zanetti <[EMAIL PROTECTED]> wrote:
> Still no luck with sessions.
[snip]
> a1.php:
>
> session_start();
> header("Cache-control: private"); // IE 6 Fix.
>
> if(isset($_POST['Submit']))
> {
> $_SESSION["login"]="inside";
> session_write_close();
On Tuesday 17 August 2004 17:46, Angelo Zanetti wrote:
> Still no luck with sessions. I have installed an older version: 4.3.1
> and have register_globals=Off
>
> I have 2 test pages a1.php and a2.php
>
> All I want to do is register a session variable, set a value for it and
> then in a2.php chec
Hi all,
Still no luck with sessions. I have installed an older version: 4.3.1
and have register_globals=Off
I have 2 test pages a1.php and a2.php
All I want to do is register a session variable, set a value for it and
then in a2.php check that it is still registered and view the session's
value
3 matches
Mail list logo