the path to seesion path as above is edit session.save_path = C:\phpdev\php\temp; , and the folder exists,
aside from the error messages showing up the session actually works, i can read the variable from other pages ect, so i think im gonna have to check up on permissions if that seems to be the problem
one other stupid question, how do i construct an if statement that check wether the page was accessed through a form, right now i have it checking a form field "isset" but i would rather have it checking on the form name, than form fields, ive been reading but cant find it anywhere
appreciate the help again
Dale