Hi, all. I have a question.
There is a cfdatatype sample in Adobe Labs. When I make Application.cfm with "SessionManagement=true" in the same directory as DataSamples.cfc, RemoteObject failed. Why?? [ Application.cfm ] <cfapplication name="application_something" sessionManagement=true loginStorage="session"> The error is below. [ Flex Debug Error ] [Flex] 1/12/2006 10:20:26.31 [DEBUG] [Endpoint] Deserializing AMF/HTTP request Version: 3 (Message #0 targetURI=null, responseURI=/3) (Array #0) [0] = (Typed Object #0 'flex.messaging.messages.RemotingMessage') headers = (Object #1) endpoint = "my-cfamf" body = (Array #2) destination = "DataSamples" messageId = "7C43C493-7FB6-1E48-7E12FFFFFFFF9271" clientId = null timestamp = 0 timeToLive = 0 operation = "getString" [Flex] 1/12/2006 10:20:28.281 [DEBUG] [Message] Error handling message: flex.messaging.MessageException incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage) clientId: 53788BFE-3F0B-57EC-D7C1-62C51E40AD6D destination: DataSamples messageId: 7C43C493-7FB6-1E48-7E12FFFFFFFF9271 timestamp: 1137028826031 timeToLive: 1137028826031 body: null errorReply: Flex Message (flex.messaging.messages.ErrorMessage) clientId: null correlationId: 7C43C493-7FB6-1E48-7E12FFFFFFFF9271 destination: null messageId: 5378A173-690C-B1AA-7EF8-89AD242586CE timestamp: 1137028828281 timeToLive: 0 body: null [Flex] 1/12/2006 10:20:28.312 [DEBUG] [Endpoint] Serializing AMF/HTTP response Version: 3 (Message #0 targetURI=/3/onStatus, responseURI=) (Typed Object #0 'flex.messaging.messages.ErrorMessage') rootCause = null destination = null headers = (Object #1) correlationId = "7C43C493-7FB6-1E48-7E12FFFFFFFF9271" message = null details = null messageId = "5378A173-690C-B1AA-7EF8-89AD242586CE" timeToLive = 0.0 extendedData = null code = null timestamp = 1.137028828281E12 clientId = null body = null -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

