We are getting null values so the values are being lost it's not sync problem.
On 6/7/06, Henri Dupre <[EMAIL PROTECTED]> wrote:
Maybe synchronization glitches can be the cause? nothing prevents a user from firing two concurrent requests that would both modify your session objects at the same time. On 6/7/06, John Menke <[EMAIL PROTECTED]> wrote: > > Peter it's definitely storing them... This problem is sporadic... we can't > reproduce - only we see the errors in the log > > On 6/5/06, Peter Dawn <[EMAIL PROTECTED]> wrote: > > > > perhaps your variable is not being stored in the first place. i used > > to get the same errors and then i realised that my original code was > > not storing the variables in the first place. make sure that your code > > is storing session variables in the first place. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Thanks, Henri.