session_save_path???
1)
for the windows
session_save_path("c:/temp"),
does the path have to the full physical path? could it be a relative path, such as "../"
2)
for the unix and linux
session_save_path("path"),
does the path have to the full physical path? could it be a relative path, such as "../"
3) in unix and linux
session_save_path("/")
will this "/" the root of the whole server or the root of the web site?
thanks.