[dev] session id contains illegal characters ... ?
Marc G. Fournier
scrappy at hub.org
Mon Mar 24 22:31:42 PST 2003
On Mon, 24 Mar 2003, Chuck Hagenbuch wrote:
> Quoting "Marc G. Fournier" <scrappy at hub.org>:
>
> > Warning: Unknown(): The session id contains illegal characters, valid
> > characters are only a-z, A-Z and 0-9 in Unknown on line 0
>
> Someone else reported this, but never replied to a request for more
> information. Look at lib/Horde.php, in getCleanSession(). Figure out which
> method for generating a new session ID is giving the invalid characters, let
> us know, and we can look at it.
Okay, I have to be doign this wrong, but it doesn't look like its even
getting that far:
function getCleanSession()
{
exit;
Auth::clearAuth();
@session_destroy();
and a reload of the page and it still generates the same error ...
More information about the dev
mailing list