Re: [PHP] Session troubles

2002-01-03 Thread Sean LeBlanc
to happen. The db layer I mentioned above would prevent just this sort of thing - maybe this is already a planned feature? -- Sean LeBlanc:[EMAIL PROTECTED] Yahoo:seanleblancathome ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome Errors using inadequate data are much less than those using

Re: [PHP] Session troubles

2002-01-02 Thread Sean LeBlanc
? -Original Message- From: Sean LeBlanc [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 8:32 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Session troubles On 12-31 09:23, Jaime Bozza wrote: Sean, From your php error_log, it's saying the following: Failed

Re: [PHP] Session troubles

2002-01-02 Thread Sean LeBlanc
no value is found. Jaime Bozza -Original Message- From: Sean LeBlanc [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Session troubles On 01-02 07:45, Jaime Bozza wrote: I agree. Perhaps make a feature

Re: [PHP] Session troubles

2002-01-01 Thread Sean LeBlanc
to get the simpler case to work, w/o changing it back. Thanks, it works now! Now, I just need to see if I can get my session_handler working... It's too bad the error message isn't more descriptive for this, BTW... -Original Message- From: Sean LeBlanc [mailto:[EMAIL PROTECTED

Re: [PHP] Session troubles

2001-12-30 Thread Sean LeBlanc
I'm doing it from ports right now to be sure. We'll see how that goes. You might also want to cross-post to linux-admin mail list? I'm using FreeBSD. :) I may post to one of the FreeBSD lists eventually, but they can sometimes get irritatable when it's not on-topic... -- Sean LeBlanc:[EMAIL

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
phpinfo() output were you interested in? Or did you want to see all of it? Thanks for the help. HTH and Merry Christmas / Happy New Year - Miles Thompson On Friday 28 December 2001 11:26 pm, Sean LeBlanc wrote: I asked this on php-install list, but got no response so here goes... I

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
() output were you interested in? Or did you want to see all of it? Thanks for the help. HTH and Merry Christmas / Happy New Year - Miles Thompson On Friday 28 December 2001 11:26 pm, Sean LeBlanc wrote: I asked this on php-install list, but got no response so here goes

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
from phpinfo() output were you interested in? Or did you want to see all of it? Thanks for the help. HTH and Merry Christmas / Happy New Year - Miles Thompson On Friday 28 December 2001 11:26 pm, Sean LeBlanc wrote: I asked this on php-install list, but got no response

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
PROTECTED] -- Sean LeBlanc:[EMAIL PROTECTED] Yahoo:seanleblancathome ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome One lives in the hope of becoming a memory. -Antonio Porchia Management QOTD:I am very concerned that we may not give a dog and pony show and examine where the rubber

[PHP] Session troubles

2001-12-28 Thread Sean LeBlanc
- it remains 1. I've seen this before, and it was fixed, but I forget how it was done, as I didn't actually implement the solution (I hear and I forget, I do and I remember, I guess). About my system: FreeBSD 4.4 Apache 1.3.20 PHP 4.0.6 Any and all help appreciated. -- Sean LeBlanc:[EMAIL PROTECTED

[PHP] Getting session to work

2001-10-22 Thread Sean LeBlanc
I'm trying to use my own session handler. I tried several examples before trying it out on my local box. It worked, and I don't know why it didn't work on the other. Here are the setups: My local box (where it works): OS: Windows 2000 PHP 4.0.6 Apache 1.3.x I didn't even have to set the handler

RE: [PHP] Getting session to work

2001-10-22 Thread Sean LeBlanc
I wanted to add some more details: Apache on Windows 2000 box is 1.3.20 Database connection to MySQL IS working, so that's not the problem. -Original Message- From: Sean LeBlanc [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 9:53 AM To: [EMAIL PROTECTED] Subject: [PHP