--> Saturday, August 30, 2003, 3:24:15 AM, [EMAIL PROTECTED] wrote:

> Does WebWare provide a mechanism for data (ie. variables) stored in memory
> on a server and/or application scope? Read carefully before answering about
> databases, sessions or filesystems.

<%
req.transaction().application()._kaishaku = 1
self.write(req.transaction().application()._kaishaku)
%>

This will print '1', but if I comment the first line and refresh the page,
it errors on the key, as if it is a different application instance.

However, the application instance is still at the same address :

  WebKit.Application.Application instance at 0x00976D50

I'm probably just stabbing in the dark anyway. ;-)

-Kai



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to