--- Pance <[EMAIL PROTECTED]> wrote:
> I've been using the same code to verify a persons login for more than
> a year - but I've been having some problems lately - I get past the
> login, but the session times-out after about 30 seconds or a minute. My
> new server is using PHP ver 4.3.3.
One thin
Pance wrote:
I've been using the same code to verify a persons login for more than a
year - but I've been having some problems lately - I get past the login, but
the session times-out after about 30 seconds or a minute. My new server is
using PHP ver 4.3.3. I've also read the docs on "sessions" and
> Notice: Undefined index: user_id in
> /home/pance/public_html/menu.php on line
> 13
>
> Has anybody else come accross this problem - and how did you solve it?
>
> Pance Stojkovski
are you using session_start() at start of each page that manipulates
$_SESSION ?
rich
--
PHP General Mailing List
Last month I had thew same problem, but I don't remeber how I solved it.
Note that it is only a "Notice", and not an error message.
Set your php.ini to do not show notice messages.
Seba
Il ven, 2004-02-27 alle 13:16, Pance ha scritto:
> I've been using the same code to verify a persons login for
I've been using the same code to verify a persons login for more than a
year - but I've been having some problems lately - I get past the login, but
the session times-out after about 30 seconds or a minute. My new server is
using PHP ver 4.3.3. I've also read the docs on "sessions" and I've taken
t
5 matches
Mail list logo