From: Dion O. <dol...@us...> - 2006-02-13 09:43:37
|
Update of /cvsroot/magicajax/magicajax/Examples/ExampleSite (.NET 2.0 only)/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10027/magicajax/Examples/ExampleSite (.NET 2.0 only)/examples Modified Files: WebParts.aspx Log Message: removed workaround for setting first session variable (MagicAjax 0.3 has fixed this problem) Index: WebParts.aspx =================================================================== RCS file: /cvsroot/magicajax/magicajax/Examples/ExampleSite (.NET 2.0 only)/examples/WebParts.aspx,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WebParts.aspx 9 Dec 2005 09:45:21 -0000 1.1 --- WebParts.aspx 13 Feb 2006 09:43:25 -0000 1.2 *************** *** 51,58 **** { if (!IsPostBack) ! { ! // Force setting of Session id (workaround for bug in MagicAjax) ! Session["dummy"] = "dummy"; ! // Authenticate user with dummy userName, so the WebPartManager will allow // switching to Editmode. --- 51,55 ---- { if (!IsPostBack) ! { // Authenticate user with dummy userName, so the WebPartManager will allow // switching to Editmode. |