From: jshawqwinc <jim...@qu...> - 2007-12-09 22:04:35
|
Reini Urban wrote: > > umfan866 schrieb: >> Reini-- >> >> That makes perfect sense. Because for PHP I am using the pre-compiled >> binaries for Oracle which is a build of php-5.1.6 >> http://www.zend.com/products/zend_core/zend_core_for_oracle >> >> Thanks for working on it! > > I found several other people having the same problem with 5.1.6 > Most suggest that php.ini > default_charset = "iso-8859-1" > will help. not for me. > > php session handling is just very complicated in 5.1.6 > see http://bugs.php.net/bug.php?id=16263 > and [Session] in php.ini: > > session.save_path = "0;777;f:/prog/php/phpwiki-dev/db/516" > > ; Instead of storing all the session files in > ; /path, what this will do is use subdirectories N-levels deep, and > ; store the session data in those directories. This is useful if you > ; or your OS have problems with lots of files in one directory, and is > ; a more efficient layout for servers that handle lots of sessions. > ; > ; NOTE 1: PHP will not create this directory structure automatically. > ; You can use the script in the ext/session dir for that > ; purpose. > > Argh! So you cannot just say 1;777; > You have to create the subtree manually beforehand. > For me the session files are locked most of the time, even if the apache > process is killed. > Hi. I am having a similar problem. It seems that I'm losing authentication as soon as the next click. So for instance, I log in and see the message "Authenticated as..." but as soon as I click another link it goes right back to "You must log in first". I thought it might be the 5.1.6 (which I'm using) session bug. But I've check out my php session directory (/var/lib/php/session) and examined the session file contents before and after losing authentication...the session file is being reused and modified. And the problem happens with any user/browser/system. So, is this the same issue, or another thing? I've poked around for days and I can't make it work. Thanks for any insight you can provide. Jim -- View this message in context: http://www.nabble.com/ADMIN-losses-authentication-tp7839549p14186427.html Sent from the phpwiki-talk mailing list archive at Nabble.com. |