Re: [PHP] newbie having problem with SID

2002-12-16 Thread Chris Shiflett
--- Anders Thoresson <[EMAIL PROTECTED]> wrote: > There are obviously differences in how things are > handled now and how they were handled then. Yes, but I don't think there are as many differences as you think. > Can someone point me to a good session tutorial > based on the session array rathe

Re: [PHP] newbie having problem with SID

2002-12-16 Thread Anders Thoresson
You should use the session array ($_SESSION['count']) to handle session persistent data: Thanks. That solved my problem. At least for the moment. I know realize that all books and all web site-prints I have covering sessions are not using the session array, but the older way to handle sessio

Re: [PHP] newbie having problem with SID

2002-12-16 Thread Ernest E Vogelsinger
At 12:46 04.12.2002, Anders Thoresson spoke out and said: [snip] > > > >Hello visitor, you have seen this page times. > >To continue, click here > > The session id isn't attached to the link in the end of the script, and >therefore $count always is '1', ev