sessions and AOL do not get along at all because of AOL's need to use 9 million proxy servers to get a request sent out. Im actually working with a similar problem and had to go from session variables to client variables to maintain state.
Mike ----- Original Message ----- From: "Bu Cenpo" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 7:15 PM Subject: greetings - and help! > Hi guys, > Wonder if someone can help me with a session problem. > I'm customizing a chat script and find that some > session variables are somehow not transferring in AOL > but doing well with all other browsers. This has > caused login into the chat to crash whenver someone > uses AOL. > > My questions are: > [1] Has anybody experienced similar stuff? > [2] In trying to figure out the script which I bought > with source code, i came across this syntax that i'm > not familiar with which I think is related to the > problem: > > <cfset u=session[sesid].u> > > sesid had previously been defined as <cfset > sesid="cfc_#url.s#"> > > since i'm only familiar with sessions being > established by something like, <cfset session.variable > = "whatever"> can someone explain what is happening in > the statement especially the significance of the angle > brackets? > > thanks for any help! > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - Let the expert host your site > http://webhosting.yahoo.com > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

