Update of /cvsroot/magicajax/magicajax/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6985/Docs
Modified Files:
Changelog.html
Log Message:
There were conflicts with other HttpModules when they modified cookies; to fix it:
--Removed all Response.Flush method calls
--Moved the handling of the html page (i.e. retrieving the viewstate) at the Application_EndRequest method
Index: Changelog.html
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Changelog.html 20 Dec 2005 11:33:33 -0000 1.15
--- Changelog.html 20 Dec 2005 23:51:40 -0000 1.16
***************
*** 58,61 ****
--- 58,64 ----
<ul>
<li>
+ There were conflicts with other HttpModules when they modified cookies; fixed
+ it
+ <LI>
Optimizations for the javascript client
<LI>
|