RE: [PHP-WIN] Session Vars

2003-08-26 Thread Dean Hayes
stical Web Designs http://www.mystical-sector.com <-- I design and i redesign but still i never designed true beauty like you --> From: "Disko_kex" <[EMAIL PROTECTED]> To: "'Dean Hayes'" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: [PHP-

RE: [PHP-WIN] Session Vars

2003-08-25 Thread Dean Hayes
uot; <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: [PHP-WIN] Session Vars Date: Mon, 25 Aug 2003 12:33:50 +0200 Try this instead: Session_start(); $_SESSION["id"] = $PHPSESSID; $_SESSION["user_name"] = $form_username; $_SESSION["

RE: [PHP-WIN] Session Vars

2003-08-25 Thread Disko_kex
--Original Message- From: Dean Hayes [mailto:[EMAIL PROTECTED] Sent: den 25 augusti 2003 09:23 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Session Vars Hey, I have a script that needs to save the session id and username but when i use the following code it will not save anything to the session f

[PHP-WIN] Session Vars

2003-08-25 Thread Dean Hayes
Hey, I have a script that needs to save the session id and username but when i use the following code it will not save anything to the session file, can anyone help out here? The same script use to work when i ran it under Win 98 and Mandrake Linux but since i have installed WinXP it stops work

RE: [PHP-WIN] SESSION vars

2002-07-10 Thread Dash McElroy
y, July 10, 2002 11:34 AM To: 'Dash McElroy'; 'PHP Windows' Subject: RE: [PHP-WIN] SESSION vars Well once the session var has been set using the previously posted methos I can accress like $_SESSION['foo']. Should I be able to simply do this: Session_s

RE: [PHP-WIN] SESSION vars

2002-07-10 Thread Matt Babineau
--- e: [EMAIL PROTECTED] p: 603.943.4237 w: http://www.criticalcode.com PO BOX 601 Manchester, NH 03105 -Original Message- From: Dash McElroy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 2:15 PM To: 'Matt Babineau' Subject: RE: [PHP-WIN] SESSION vars Have you started

RE: [PHP-WIN] SESSION vars

2002-07-10 Thread Matt Babineau
://www.criticalcode.com PO BOX 601 Manchester, NH 03105 -Original Message- From: Robert Trembath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 2:12 PM To: Matt Babineau Subject: Re: [PHP-WIN] SESSION vars On Wed, 2002-07-10 at 12:56, Matt Babineau wrote: > I was reading on php.net but it s

[PHP-WIN] SESSION vars

2002-07-10 Thread Matt Babineau
I was reading on php.net but it seem unclear to me how to properly set a session variable. my code looks like this: session_start(); $_SESSION["logged_in"] = "1"; -- when I click the link to the next page, and it checks for the logged_in session var it cannot