After upgrade the latest nightly build 2.0.3b (jetty installer), the
MongoDeregister() can't work as before.
Run this code by refresh 2 times, first refresh to register then the second
refresh to deregister the previous one.
Not work. Or what should I do? This kind of code was working with 2.0.2 and
previous nightly build.
This problem make our app can't login to the same Mongo server 2 times.
Many user login on the same web app can't be possible.
<cfdump var="#MongoIsvalid('mongo')#">
<cfif MongoIsvalid('mongo')>
<cftry>
<cfset MongoDeregister('mongo')>
<cfcatch type="Any">
</cfcatch>
</cftry>
</cfif>
<cfdump var="#MongoIsvalid('mongo')#">
<cfset MongoRegister( name="mongo", server='127.0.0.1', db='bloginstall')>
<cfdump var="#MongoIsvalid('mongo')#">
Help me!
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.