I think you have to place the stuff inside one of the methods. OnRequestStart() or On something. Report back on which one. Thanks Dan

 

 

 


From: [email protected] [mailto:[email protected]] On Behalf Of Rafael M. Martinelli
Sent: Tuesday, November 01, 2005 3:17 PM
To: [email protected]
Subject: [flexcoders] CFadapter session problem

 

Hi people!!!

 

I configured the cfadapter and I'm using Flex 2 with it. I had no problem and it was working very well.

 

By the time I configured my Apllication.cfc it starts to generate an error.

 

My simple Application.cfc looks like this:

 

<cfcomponent output="false">
 <cfset this.name = "Fotoabout">
 <cfset this.applicationTimeout = createTimeSpan(0,2,0,0)>
 
 <cfset this.sessionManagement = true>
 <cfset this.sessionTimeout = createTimeSpan(1,0,0,0)>
 
</cfcomponent>

 

Making some tests I realized that it I comment <cfset this.sessionManagement = true> and <cfset this.sessionTimeout = createTimeSpan(1,0,0,0)> it starts to work again.

 

Do you know why?

 

Thanks

 

Rafael M. Martinelli




--
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




Reply via email to