Server Reference Guide : Designing and Writing OpenROAD Server Applications : Application Design : Persistent Session Context
 
Share this page          
Persistent Session Context
Components within ASOLib can be used to create persistent OpenROAD Server session context. This enables pseudo-conversational dialog between client and server applications and allows the creation of persistent user class objects associated with a client session. This approach can help to achieve fat server/ thin client systems, where the majority of the business logic, however complex, is contained within the server application.