On Fri, 12 Nov 2004, Klaus Reimer wrote: > Rodolfo wrote: > > The weirdness comes when in one frame the script will print "Agent Smith" > > while in the other frame of the same frameset the script which loads on it > > will print "Thomas Anderson"... > > On the other hand: Have you checked that your disk has enough room for > more sessions? Maybe you are working on the bleeding edge of your > harddisk capacity. Hi, I found the cause for this message: --- Nov 15 12:22:02 http2 httpd: PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/tmp/php) in Unknown on line 0 --- this is the cause: --- Nov 15 12:22:02 http2 httpd: PHP Warning: Unknown(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in Unknown on line 0 --- and the configuration lines which cause these messages, are, IMO, these: --- session.entropy_length = 16 session.entropy_file = /dev/urandom --- Maybe some PHP or Zend guru could confirm this?. On the other hand, it is still not clear why different session data is appearing in different frames. Could some cache software (ie. Squid) being messing up the cookies?, or maybe MMCache? :S Thanks. Regards, Rodolfo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php