PHP sessions
Hey guys,I have several Apache's virtual sites configured with php_admin_value session.save_path,
Each one has its own session path,
This saparates the sessions of each file to its specific directory,
My problem is that I want one of my virtual sites to have access to ALL other session's of other sites,
I tried to create a symbolic link from that virtual sites to others but obviously php doesn't look for sessions on subdirectories..
Any idea? thanks...
