I have a modal window, ajax-based login setup and have been working with it for a month now, locally, and it's been working fine.
Now that I've transferred it to my server, I can't get it to set session variables. Yes, session variables are enabled in CF Admin. It's a private VPS, so sharing isn't an issue. Other than having to change some paths (which I thought I wouldn't have to do because I'm using an application.cfc and have mappings for the app) I haven't changed anything in the code. Login works well, but no session variables get set. Perhaps I shouldn't be setting them in the manager_data.cfc, but it works locally, why not on the server? I've tried to debug this using Firebug, but just can't seem to figure out what the problem is. I've got a session scope cfdump on the index.cfm page. Anyone care to look at http://sitemanager.fortstewart.com and login using email: [email protected] and password: guest ? What should happen when a user successfully logs in, is the session variables should be set that not only establishes the manager_id, but also checks the values (1 or 0) to determine whether or not various sections of the site manager should be available to the user. The account above has all permissions granted, so the menu on the index.cfm page should have a complete (about 12 items) menu once the user is logged in. If anyone has any ideas, I'd appreciate hearing them. I'm supposed to turn this over to the client tomorrow... I can share all the code, if necessary. I'm not at this point because it involves 6 different pages for the logic. Any ideas? Thanks! 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:317489 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

