Scoobee
|
| Posted: 07/02/2002, 7:37 AM |
|
Does CodeCharge support methods of persistence other than the Session object? The purpose is to create web apps that will be deployed on clusters of redundant web servers ... which a session variable on a single server would not be adequate. For example, does CodeCharge support the use of a database to maintain the current app state?
|
|
|
 |
Chris K.
|
| Posted: 07/02/2002, 10:07 AM |
|
Codecharge itself uses native language session mechanisms. For instance if you like to use PHP as platform, you can setup it to store session in database or other place (shared memory, etc).
You could try to include own session handlers in common file and change generated code to utilize it.
|
|
|
 |
|