[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 change settings on my webhost.

If I load another page first wich start the session and sets a sessionvar,
it works fine.
Is there a way to workaround this problem.
I use input type =hidden name=PHPSESSID value=echo $PHPSESSID.to pass the
session in my form.
I also noticed that You can´t view source of this frame loaded from another
server.

I have my mainsite on one server and shopsite on another.

Thanks in advance for any help.
--
Regards,
Jan Grafström

Sweden


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 might want to look into to do session handling across mulitple
domains.


On Wed, 2002-10-16 at 11:45, Jan Grafström wrote:
 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 change settings on my webhost.
 
 If I load another page first wich start the session and sets a sessionvar,
 it works fine.
 Is there a way to workaround this problem.
 I use input type =hidden name=PHPSESSID value=echo $PHPSESSID.to pass the
 session in my form.
 I also noticed that You can´t view source of this frame loaded from another
 server.
 
 I have my mainsite on one server and shopsite on another.
 
 Thanks in advance for any help.
 --
 Regards,
 Jan Grafström
 
 Sweden
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
-- 
.: B i g D o g :.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php