Hi folks.

One feature that we used often in our old days of ASP/IIS was the
Application() object.

For those of you not familiar, it's basically a session-type storage object
that persists through the life of the running application, and is available
to all scripts... as if all scripts had a shared session() that never
expired.

Is there some way to do this in webkit? I see that the Page.application()
doesn't have any value-oriented methods.

Thanks.


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to