Re: Tale of woe



Anyway, yesterday I started to implement sessions on my site. I'd set up
a user on my user database as was very proud when I could log myself in.
Then I set about transferring the data from the user table to session
variables and changing all the places I'd put in temporary hard-coded
values. It was very exciting. Then I tried to login again and that was
fine, but when I hit the main page, it had all gone very badly wrong.

by the sounds of it you did the work on your live site. If that is the case
I would advise in future that you setup a copy of your site and test and
code with that first. when everything is sorted and tested then and only
then transfer the site to the live site and of course test again.

This way down time is at a minimal and there will not be such a rush to fix
any problems.


.