Thanks for the fast reply. I think I *have* to do something gross like recasting ally my vars from session to client. Do client varibles have the ability to store arrays or structures?
Thanks!
Scott Helm
Ballantyne Consulting Group
[EMAIL PROTECTED]
-----Original Message-----
From: robi sen [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 17, 2000 2:00 PM
To: [EMAIL PROTECTED]
Subject: Re: Client variables
Session vars are srictly mem based and should not be used in situations
where you are trying to share state amongst a number of machines. You
could do somehting grosse like recast all your vars as need from session
to client but what would be better is to just use client vars in the
sections where you need to share state.
