Hi, Last week I attempted moving the sessionstorage of one of our applications to mongodb and encountered a few issues which I would like to confirm with you guys:
First of all, when using the "this.sessionStorage" functionality of the application.cfc, did I correctly observe that this A) uses openbd's own session handling (and not j2ee sessions) and B) that it doesn't work with components in the session? Secondly, would components in the session scope work when using j2ee sessions in combination with a session manager on the jetty or tomcat level? Btw, I do understand that a lot can be said about components in the session scope, but some of our libraries depend on that functionality and if not absolutely necessary it would be preferable to not rewrite them. Lastly: The connection string for mongodb looks like "mongo://user1@pass1:10.0.0.1:27017" which seems odd, because the 'official' format for this is scheme://username:password@domain:port (the @ and : switched). Was this a conscious choice or is this some weird oddity? Greetings, David Mulder -- -- 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.
