On Mon, Sep 8, 2008 at 12:18 PM, Arnaud Le Blanc <[EMAIL PROTECTED]> wrote:
> The patch allows to store upload progress informations in session variables.
> These informations can be retrieved by an other script while the upload is
> still in progress, allowing to provide feedback to the user.
> Implementing this in the sessions extension makes this feature available to
> every one.
> Using the session extension for this purpose also allows to use the different
> storage backends available.
> I have written a RFC/documentation here:
> http://wiki.php.net/rfc/session_upload_progress

Would it be possible to use something like
$_SESSION['foo']['upload_progress_123'] instead of storing the
information in the top-level session space?  I can imagine there being
frameworks and such that put their session stuff in some special
container like $_SESSION['foo'] so that their session data does not
interfere with the data of other components or the application that
makes use of the framework.

Martin

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to