I have been trying to track down an strange problem that only some users
report, and I think the common factor may be they are using AOL to
browse my site.

What does AOL do that would make a user unable to log in?  Does it block
all cookies?  Do sessions just not work?  Anyone with experience coding
for AOL, please toss me a bone here! =)  I don't specifically write a
cookie, but this is the top of my application.cfc:

        <cfset this.applicationTimeout = createTimeSpan(1,0,0,0)>
        <cfset this.clientManagement = true>
        <cfset this.clientStorage = "cookie">
        <cfset this.loginStorage = "session">
        <cfset this.sessionManagement = true>
        <cfset this.sessionTimeout = createTimeSpan(0,2,0,0)>
        <cfset this.setClientCookies = true>
        <cfset this.setDomainCookies = false>
        <cfset this.scriptProtect = false>



Chris 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275869
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to