Forum OpenACS Q&A: Re: Should [ad_conn isconnected] return true in scheduled procs?

Well if ad_conn only works if you're connected it's odd that it supports "isconnected", no? :)
"ad_conn isconnected" should fall through to "ns_conn isconnected" and that should work. It's conceivable it's broken in aolserver 4.0 though so you might check if ns_conn isconnected also returns true.

One other thing is that you should be able to call ad_conn locale outside a session, but maybe something in the i18n stuff snuck in to break that.

(Jade laughs and reminds himself to carefully read the forum posting before replying to them).

Thanks Don!