This is the code <cfapplication name="testapps" sessionmanagement="yes"> <cfdump var="#session#" > <cfdump var="#getHttpRequestdata()#"> <cfdump var="#cookie#"> <cfdump var="#getclientvariableslist()#"> <cfdump var="#server#">
On the server where sessions are not sticking, the HttpRequestData has zero keys for the cookie; which tells me it is not even sending the cookie to the client... On the instance where it works, it has data. Friday while testing we also saw the session not stick on an IE6 machine for 4 refreshes of the page and then magically, on the 5th refresh the session started sticking. Go Figure.. On a completely seperate box, same environment, 2 instances, both instances work as expected, sticky sessions. The answer we are forging ahead with is, "upgrade to CF8" Thanks for all the ideas! M On Jun 7, 8:56 am, Shane Heasley <[EMAIL PROTECTED]> wrote: > If that was the case would IE7 be working? > > Try using URLSessionFormat and watch the data in the cookies to see if > it changes with every page. > > Also - could you post the code from your application.cfm templates? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to [EMAIL PROTECTED] For more options, visit http://groups.google.com/group/houcfug?hl=en -~----------~----~----~----~------~----~------~--~---
