i do a lot of coding on a development box, and then i just push stuff onto a server when i get a big chunk of it done. well, i recently redid my server just installed xampp on it to get php, apache, mysql working easily.
my problem is, on my development machine, which is also running php, mysql, and apache on linux, ive programmed using SESSION's, and things are working great on this box, but when i pushed it all onto the server, the SESSION stuff doesnt seem to be working the same.
is there something i need to change in php.ini?
i built my development machine so long ago, i dont remember everything i did.
i can try something on my development machine and it works fine, and then when i try it on my server, my error checking is telling me that the SESSION's arent set.
any advice?
thanks ahead of time