RE: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Schulz, Evan
ED] Subject: Re: [PHP-WIN] session, session RGH Sorry, still NOTHING. I really have NO idea what could be the reason for this. It can't be any other setting in the php.ini ?! .. I have still NO idea at all what could have been the reason for it but after copying the distributed php.

Re: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Johannes Janson
- NEW FEATURES ADDED DAILY! > Licking County, Ohio, USA > 740-349-3631 > Aut insanit homo, aut versus facit > > > > -----Original Message- > > From: Johannes Janson [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 04, 2001 2:29 PM > > To: [EMAIL PROTECT

RE: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Asendorf, John
to:[EMAIL PROTECTED]] > Sent: Wednesday, April 04, 2001 2:29 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] session, session RGH > > > good point. never think you were NOT stupid > if something doesn't work cause usually you are. > But unfortunately in this case

Re: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Johannes Janson
SA > 740-349-3631 > Aut insanit homo, aut versus facit > > > > -Original Message- > > From: Johannes Janson [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 04, 2001 2:02 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP-WIN] session

RE: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Asendorf, John
FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aut insanit homo, aut versus facit > -Original Message- > From: Johannes Janson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 04, 2001 2:02 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] session,

Re: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Johannes Janson
.lcounty.com - NEW FEATURES ADDED DAILY! > Licking County, Ohio, USA > 740-349-3631 > Aut insanit homo, aut versus facit > > > > -Original Message- > > From: Asendorf, John [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 04, 2001 1:49 PM > &g

RE: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Asendorf, John
- > From: Asendorf, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 04, 2001 1:49 PM > To: Johannes Janson; Php-Windows (E-mail) > Subject: RE: [PHP-WIN] session, session RGH > > > Try this little rework... > > > > > > > session_start(

RE: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Asendorf, John
Wednesday, April 04, 2001 1:34 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] session, session RGH > > > Hi, > > I just figured out that my session-management is > not working. I have a small, simple script to test > this: > > session_start(); > session_registe

[PHP-WIN] session, session AAAARGH

2001-04-04 Thread Johannes Janson
Hi, I just figured out that my session-management is not working. I have a small, simple script to test this: Counter initialized, please reload this page to see it increment"; } else { echo "Waking up session $PHPSESSID"; $SESSION["count"]++; } echo "The counter is now $SESSION[count] "