[dev] $_SESSION['ingo'] problems...
Marc Jauvin
marc at register4less.com
Mon Jun 16 13:18:45 PDT 2003
Michael M Slusarz <slusarz at bigworm.colorado.edu> wrote:
> No. setupSessionHandler() is only called when the session is first created
> (i.e. login).
OK, makes sense...
> | Any pointer on WHERE I should start to investigate this would be
> | appreciated.
>
> Go to ingo/lib/base.php, line 84. This code is only run once, the first
> time ingo is ever accessed (be it from IMP filtering, Horde, etc.). If
> $_SESSION['ingo']['script_categories'] is set the first time (which it
> should be, or else your backends are misconfigured) then if it is
> 'disappearing' on subsequent page loads, there is something wrong with your
> session handler.
Yes, it does get set the first time...
> | I use 'sql' as the sessionHandler: $conf['sessionhandler']['type'] =
> | 'sql'
>
> Try using 'files' and see if it works (its what I use). There have been
> reports in the past that the sql sessionhandler doesn't seem to work
> properly all the time.
I assume you mean: $conf['sessionhandler']['type'] = 'none' ??
If so, I tried it but still get the same result !?
Thanks.
--
Marc Jauvin
450-441-5458
http://register4less.com
More information about the dev
mailing list