[Phplib-users] random logouts
Brought to you by:
nhruby,
richardarcher
|
From: Layne W. <la...@dr...> - 2004-04-14 02:51:04
|
The setup:
Oracle 9i
Apache 1.3.29
PHP 4.3.4
PHPLib latest CVS
db_oci8.inc
ct_sql.inc (with customized queries for Oracle for speed & clob
type)
session.inc
cookie-based, no fallback mode
auth.inc
I have users occasionally losing their session and/or auth and getting the
login screen. From the bug reports, this happens immediately after login
about 20-30% of the time. The rest of the time it appears to be random, but
usually when clicking on a link (as opposed to submitting a form and/or
being redirected).
I was using CT_Split_Sql, but was getting occasional primary key violations=
,
so I switched to CT_Sql with modified queries (no changes to the logic) and
the primary key violations stopped, but the dropped session/auth still
continues. I'm logging both PHP warnings (level 15) and SQL errors and am
not seeing any correlations with sessions or auth - whatever is happening i=
s
not throwing a SQL error or a PHP warning or error.
Has anyone seen this kind of behaviour before?
Layne Weathers
|