Ivy wrote:
> We have a lot of page level variables and page session objects and plan
> to replace them during our next build.  I was wondering why the code
> worked under ND3.  Thanks a lot for your help.

Hi Ivy,

ND4 has a much faster and more sophisticated way of caching project pages,
including page variables. These page variables are shared among all users
of a particular page, and are good for storing things like combos, lists,
messages like "Today is Thursday", and counters of when the page is hit.
All users of a page will see exactly the same values of these variables.

It sounds like you want to change your page variables into user variables,
so that each user sees only his or her own session information. This is
easy, and is just a matter of changing your ND4 code; in fact, you can
safely ignore everything I wrote before :-) about complicated things 
like webserver caches, LAN caches, and firewall caches. 

Cheers,

Joel
home: [EMAIL PROTECTED]
work: [EMAIL PROTECTED]

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to