August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core object is created with each connection of a client to your application.
An instance of the client object is created with each connection of a user to your application. This object is used to maintain session variables for that user as he or she moves through your application's pages. Because the object is not created until a user connects to your application, you cannot use the object on the first page of your application.
Note
The client object is created for each user's connection to each application, so a single user connected to two applications will have two client objects created.
The object itself is held until the user is inactive a set period of time or the object is destroyed. At that time, the ...
Read now
Unlock full access