SetNextEvent Persistence Fails

Okay,

I’m totally stumped… having a major problem on my system where a substantial percentage of the time, when using ‘persist’ or ‘persistStruct’ with setNextEvent fails… expected values in the next event handler are not present in the RC…

Any clues as to what could cause this??

Thanks!
Ben

Are you using more than one server for your application?

Brian

nope, one server

I’ve seen this happen when going from http to https.

I would enable logging via LogBox to debug further.

You may be actually observing three requests when you thought there were only two (example: a onMissingAction() even could be getting hit for the second request that redirects you.