Update of /cvsroot/magicajax/MagicAjax NET 1.1/Configuration
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21307/Configuration
Modified Files:
MagicAjaxConfiguration.cs
Log Message:
Many changes to get NoStore page mode working.
Set it as the default mode.
Index: MagicAjaxConfiguration.cs
===================================================================
RCS file: /cvsroot/magicajax/MagicAjax NET 1.1/Configuration/MagicAjaxConfiguration.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MagicAjaxConfiguration.cs 3 Nov 2005 21:28:20 -0000 1.4
--- MagicAjaxConfiguration.cs 10 Nov 2005 12:53:09 -0000 1.5
***************
*** 71,75 ****
// Default values
_scriptPath = null; // Null implicates that the embedded javascripts will be used (default)
! PageStoreMode mode = PageStoreMode.Session;
int cacheTimeout = 5;
int maxPages = 5;
--- 71,75 ----
// Default values
_scriptPath = null; // Null implicates that the embedded javascripts will be used (default)
! PageStoreMode mode = PageStoreMode.NoStore;
int cacheTimeout = 5;
int maxPages = 5;
|