}
if (isset($_SESSION["idAsset"])) {
$idAsset = $_SESSION["idAsset"];
}
Thanks,
John Ellingsworth
http://mail.med.upenn.edu/~jellings/
AIM: vc2000support
-Original Message-
From: Jennifer S. [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 10, 2004 5:36 AM
To:
Hi,
Seems to work OK. I consistently got the same session ID
I am in a similar situation, moving all my ASP apps to PHP. I run Apache 2.0 on Win
2000 servers. I have actually traced the sessions in the PHP session data directory
and found things to be working consistently and well.
Are you using
I am new to PHP moving over from ASP and one of things I relied on heavily
was session variables. It seems that everytime a new page is opened it
starts a new session.
I have set up a simple test site you can see whats happening - easier than
to explain.
http://www.cflsquad.com/index.php
Use
Use