Forum OpenACS Development: Re: connection-global cache: namespace problem?

Collapse
Posted by Ola Hansson on
When I put this in my script;
global cu_conn

doc_return 200 text/plain $cu_conn(name)
... it happily outputs the message "Name from an expensive query, say".

The "info exists" part does not work, it appears.