thingwarbler
Perch
I'm moving a client site to jodohost. The backend uses sessions to track logins etc. and works fine with cookie-stored sessions on the existing host's shared CF servers.
When I test the new site on jodohost's servers, however, my sessions do *not* persist -- they die without a trace unless I set my <cflocations> to addtoken and wrap my a href locations with urlencodedformat().
There's got to be something fundamentally wrong that I'm just not picking up on here, but I've tried every variation on session and client storage that I can think of with no luck.
A real quick demo of the problem can be found here: http://204.10.107.95/admin/test.cfm. Sets a session variable, proves it's been set -- but if you then click a link to some other page on the same site, the session variable has vanished.
Anyone tell me what I'm missing here?
When I test the new site on jodohost's servers, however, my sessions do *not* persist -- they die without a trace unless I set my <cflocations> to addtoken and wrap my a href locations with urlencodedformat().
There's got to be something fundamentally wrong that I'm just not picking up on here, but I've tried every variation on session and client storage that I can think of with no luck.
A real quick demo of the problem can be found here: http://204.10.107.95/admin/test.cfm. Sets a session variable, proves it's been set -- but if you then click a link to some other page on the same site, the session variable has vanished.
Anyone tell me what I'm missing here?