RE: [PHP-WIN] Session Variables Problem (Missing)

2004-01-10 Thread John Ellingsworth
} 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:

Re: [PHP-WIN] Session Variables Problem (Missing)

2004-01-10 Thread Jennifer S.
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