"Victor Bruno" <vicdamone at gmail.com> writes: > I am going to try moving my session_config call to prerun from init, since > init does not get called on every page request with FastCGI. I'd guess that's your bug and solution right there. And you'd have that same problem in any persistent environment. - dave