Hi,
Here is my problem: I have an application on a server which has, as session_save_path, the current directory. I set, programatically, the session_save_path to a directory, relative to the app root. The problem is, at some point, I do a redirect, using header() function to another page from the application which resides in a separate subdirectory. The server creates another session in the specified directory, and it doesn't use the already created one (I put session_start() on every page).
Thanks,
Iulian.