Re: [PHP] Session troubles

2002-01-03 Thread Sean LeBlanc
l seem to inherit code where people go skipping down the bunny trail doing some weird and buggy stuff because they didn't know what they were doing - when it's built in, that's less likely to happen. The db layer I mentioned above would prevent just this sort of thing - maybe this is alr

Re: [PHP] Session troubles

2002-01-02 Thread Sean LeBlanc
, I return false when 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

Re: [PHP] Session troubles

2002-01-02 Thread Sean LeBlanc
outlined somewhere? > -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, > &g

Re: [PHP] Session troubles

2002-01-01 Thread Sean LeBlanc
my own user-defined session handler, and then stepped back and was just trying 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

Re: [PHP] Session troubles

2001-12-30 Thread Sean LeBlanc
ection. When I ran make, in the menu that comes up, I selected "transparent session", among other options. As for Apache...I forget how I installed it. It doesn't appear that I built it from the ports section, so it was either via a package or a tarball - so I'm doing it fro

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
on 48 N. Random Rd. > // basic echo of var from form > echo ""; > echo ""; > echo "session_registers:"; > echo "Green:$Green"; > echo "Yellow:$Yellow"; > echo "Red:$Red"; > echo ""; > ?> > &

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
gt; >> > >> >> There's the divide and conquer approach too. What do you see if > >> >> you comment out the include, then issue a phpinfo() and a die()? > >> > > >> > Okay, I tried commenting out include, resulting in this code:

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
che/htdocs/sesstest.php on line 6 > > > > Which is getting somewhere, in a way. Line 6 is session_start(); > > > > What part from phpinfo() output were you interested in? Or did you want > > to see all of it? > > > > Thanks for the help. > > > &

Re: [PHP] Session troubles

2001-12-29 Thread Sean LeBlanc
/htdocs/sesstest.php on line 6 Which is getting somewhere, in a way. Line 6 is session_start(); What part 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

[PHP] Session troubles

2001-12-28 Thread Sean LeBlanc
x27;t increment upon refreshes - 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 hel

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] 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