RE: [PHP-DB] Session Problem

2007-01-16 Thread Nur_Adman
Subject: Re: [PHP-DB] Session Problem what version of php are you using? i ran across a problem with sessions not working for windows in php 5.2 because the directories for the sessions were not created. On 1/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I don't

Re: [PHP-DB] Session Problem

2007-01-16 Thread bob plano
, January 13, 2007 12:21 AM To: Adman, Nur anita; [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: RE: [PHP-DB] Session Problem are you sure that the problem is not in the browser settings (not to accept session cookies)? Bastien >From: <[EMAIL PROTECTED]> >To: <[EMAI

RE: [PHP-DB] Session Problem

2007-01-12 Thread Nur_Adman
essage- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 12:21 AM To: Adman, Nur anita; [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: RE: [PHP-DB] Session Problem are you sure that the problem is not in the browser settings (not to accept session coo

RE: [PHP-DB] Session Problem

2007-01-12 Thread Bastien Koert
are you sure that the problem is not in the browser settings (not to accept session cookies)? Bastien From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> CC: Subject: RE: [PHP-DB] Session Problem Date: Fri, 12 Jan 2007 15:34:06 +0900 1. Did you mean that on phpinfo(),

RE: [PHP-DB] Session Problem

2007-01-11 Thread Nur_Adman
eter Beckman [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 2:27 PM To: Adman, Nur anita Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Session Problem 1. Is session support compiled into PHP, or if not, is the module there and being loaded? phpinfo() will tell you. If not, recom

Re: [PHP-DB] Session Problem

2007-01-11 Thread Peter Beckman
1. Is session support compiled into PHP, or if not, is the module there and being loaded? phpinfo() will tell you. If not, recompile PHP or build the dynamic module to support sessions. 2. If so, check the location of session.save_files and make sure it is writable by the web server user/group

RE: [PHP-DB] session problem

2003-07-23 Thread Dillon, John
This is advertising a porno site. -Original Message- From: tana dsasa [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 11:11 To: [EMAIL PROTECTED] Subject: [PHP-DB] session problem I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with

Re: [PHP-DB] Session Problem, Please Help.....

2002-05-02 Thread szii
I believe it's because $CLIENTID is not set at ALL before you register it. (ie, isset($CLIENTID) would fail) Therefore it cannot register the variable...there's nothing for it to register or track. Try... $CLIENTID = ""; session_register("CLIENTID"); $CLIENTID="SOMEVALUE"; - Original Mes

Re: [PHP-DB] Session problem?

2002-04-06 Thread Jason Wong
On Sunday 07 April 2002 12:01, Jennifer Downey wrote: > Hi all, > > This code is working greate except for one minor bug. > > If I have 2 or 3 items at different prices buy.php is updating the points > of the user at the last priced item. > > In other words if > item 1 costs 1965 > item 2 costs 56