![]() |
|||||||||||||||||
| |
|
|
|||||||||||||||
|
WebObjects tracking data Embedded in URL
Each session has a unique ID Each request/response transaction has a unique context The target component instance is part of the context The elementID is the dynamic element that triggered the action Also, if multiple instances of application running, URL contains applicationID Tracking in a cookie put the sessionID in a cookie rather than in the URL public Session() {
super():
//disable session id in URL
setStoresIDsInURLs(false);
//enable cookies
setStoresIDsInCookies(true);
}
State
Page updated August 26, 2004
|
||||||||||||||||
|
|
|||||||||||||||||