Does your local box use J2EE sessions? If so they don't use the CF client cookies, they use a jsessionid cookie.
mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/1/8 Rick Faircloth <[email protected]>: > Got it! Hatton and Brian solved the problem...and quickly too! > > I knew it had to be something simple, but had no idea is was > because I had "this.setClientCookies = false" and needed it to be > "this.setClientCookies = true". Once I did that the session variables > came alive. > > I just can't figure out why it worked on my local setup, but not on > my VPS. Perhaps a multi-homed server as opposed to a local dev box? > > Whew! > > Rick > >> -----Original Message----- >> From: Rick Faircloth [mailto:[email protected]] >> Sent: Wednesday, January 07, 2009 7:51 PM >> To: cf-talk >> Subject: RE: Desparate!!!! Need someone to look at my code and figure out >> the problem! >> >> I've got someone looking at the code right now... >> >> >> > -----Original Message----- >> > From: Rick Faircloth [mailto:[email protected]] >> > Sent: Wednesday, January 07, 2009 7:27 PM >> > To: cf-talk >> > Subject: Desparate!!!! Need someone to look at my code and figure out the >> > problem! >> > >> > I'm willing to pay or buy a gift from a wishlist, but I need >> > to figure out this problem right away. Preferably this evening. >> > >> > I've got a good ajax/cfc based login system working locally, but >> > when I put it on my server, I can't get the session variables set. >> > >> > Session variables are enabled and I can dump them, but the login >> > variables, including manager_id, aren't getting set. >> > >> > Client not happy! >> > >> > I've got the code online where it can be viewed here: >> > >> > http://paste.pocoo.org/show/98539/ >> > >> > Those are the pages involved. >> > >> > Online you can view this app at >> > http://sitemanager.fortstewart.com >> > >> > After logging in, if the session variables were set, >> > the menu would change and contain about 15 items, as it does locally. >> > For some reason I can't figure out, it's not working on the server. >> > >> > Login credentials: >> > >> > Email: [email protected] >> > Password: guest >> > >> > Anyone interested???????? >> > >> > Rick >> > >> > >> > >> > >> > >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317582 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

