Re: [PHP-WIN] still sessions

2003-04-04 Thread Iggy
sion values like this session_start(); $_SESSION["username"] = "sjohnson"; Get session values like this session_start(); echo $_SESSION["username"]; The $_SESSION MUST be uppercase. Charles Killmer -Original Message- From: Iggy [mailto:[EMAIL PROTECTED] Sent: Frida

[PHP-WIN] still sessions

2003-04-04 Thread Iggy
ok I have a very simply question to which I have not found a good answer yet. I have disabled cookie based sessions, i.e I pass the session Id through the URL. How do I access the variables and their data that are related to that session ID on subsequent pages? Thanx Iggy -- PHP Windows

[PHP-WIN] Re: Subject: session ids

2003-04-04 Thread Iggy
n, without creating a new one, but this has failed sofar. A new session is created and I can't access my old variables obviously. What am I doing wrong? Please, understand that I am fairly new to PHP so these may be stupid questions, but I need to learn this somehow. Thanx, Iggy "Neil Smit

[PHP-WIN] session ids

2003-04-03 Thread Iggy
ndows down, I get a new id and then the same story again. Now, I know that the damn session is erased from the temp folder because I see it happen, however the id sticks to the browser for whatever reason. I am running php4.2.3 on w2k pro and IIS can anybody help me please? thanx, iggy -- P