|
If you ever worked on Mobile USSD , you will know that it works exactly like a web request. We have a USSD session manager application (sort of like IIS), because USSD also needs to keep sessions for each time the user comes back with a response. Every USSD service that we add have new requirements and thus normally have a new class to be added as a reference so that the Session manager are aware of the data type it should hold in its session data. This becomes a problem after a few services because...
|