![]() |
|||||||||||||||||
| |
|
|
|||||||||||||||
|
WOSession
WOApplication represents one instance of the application One application instance for each running executable (e.g. one executable per machine with own application state) Application.java is automatically created as a subclass of WOApplication, when you make a new project. Each application instance has many sessions (manages multiple session objects) A session is a user's view of your application
Place to store state for your session Session.java is automatically created as a sub Class of WOSession
SecurityEach session has an automatically generated unique session ID - created when the user enters your site Appears as garbage inside the URL - for security, so that no one else can look at your session ID could be hidded in a cookie (but no need to) Cookie is another way of securely remembering state
WebObjects URLs Top level application URL - deployed
Session specific URL
Direct Connect URL - development
|
||||||||||||||||
|
|
|||||||||||||||||