Try using the unnamed application (don't set "this.name" within your Application.cfc). If that works, then I have a theory about why it's not working for named applications (and will have an idea of how to fix it).
Vince On Tue, May 4, 2010 at 6:11 PM, adam <[email protected]> wrote: > I already had the GAE session scope enabled. I am still having the > same problem. > > The code I posted above that increments a session variable, returns 1 > on the first request then 2 on the second request. > > So the first request was saved to the session. on the third request > and all subsequent request it continues to return a value of 2. > > When I add a session dump to the example code above it shows me the > counter variable and a sessionid, but the counter variable stays at 2 > no matter how many requests I make. > > If sessions were *not* working I don't think I would ever get a value > of 2. > > Any suggestions? > > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
