I need to add a
session_save_path
ans
session_start();
to all of my pages. I have been inserting it with a smart search and replace before uploading to the server, but over the course of the day when generating several different versions for client review the extra steps add up.
Today i was working on two different projects for two different clients and got myself all confused becasue i gave each the others session_save_path.
Is there a way to put this in a template thats unique to each proooject some how ?
Thanks
Steve