Application Variable

What happens when a client submits a form which changes the value of an Application variable

A. Client actions cannot change Application variables.
B. The change is not visible to any client until the application is stopped and started.
C. The change is only visible to future requests made by that client during their current session.
D. The change is visible to all clients, but only after they complete their current sessions and begin a new session.
E. The change is visible to all clients immediately after the form is processed by the server

Questions by mogalemd

Showing Answers 1 - 6 of 6 Answers

Webman

  • Jun 5th, 2010
 

"E" is the correct answer!


"ALL users share ONE Application object"


If one user changes an application variable, all other users in all other sessions with see that change, not just the user making the change.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions