[PHP] Warning: Failed to write session data ?

2002-10-16 Thread Jan Grafström
Hi, I get this message when I load my webshopsite into a frame on onother server but not until I press a form button: Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/apachefs/sessions) in Unknown on line 0 I can´t

Re: [PHP] Warning: Failed to write session data ?

2002-10-16 Thread .: B i g D o g :.
When u click on the submit button then u are redirected to the action page. So on this action page you might need to put the session information there. Where is the action page located? (on which server). The problem seems to be that you have 2 sessions. One session in each frame. Idea: You