search for: session_write_close

Displaying 1 result from an estimated 1 matches for "session_write_close".

2007 Apr 08
3
Updater and PeriodicUpdater fighting with one another
I have a long-running process to build a directory tree in a database from a very large and deep folder structure. I am using sessions for security, but the process takes so long that it never finishes. Having tried and failed to override the session time-out, I am trying to work around the problem by having a PeriodicUpdater tickle the session by loading a page every minute. But I am also