Author: solomax
Date: Thu Aug 25 09:15:00 2016
New Revision: 1757636

URL: http://svn.apache.org/viewvc?rev=1757636&view=rev
Log:
no jira: sessiondata refresh is added, code clean-up

Modified:
    
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx

Modified: 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx?rev=1757636&r1=1757635&r2=1757636&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 (original)
+++ 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 Thu Aug 25 09:15:00 2016
@@ -151,12 +151,17 @@
                                canvas.sessionId = canvas.wicketsid;
                                this.getPublicSID.doCall();
                        }
-               } else if (canvas.wicketsid != null) {
+               } else if (!!canvas.wicketsid) {
                        canvas.sessionId = canvas.wicketsid;
                        if (canvas.thishib.loaderVar != null) {
                                canvas.thishib.loaderVar.setProgress();
                        }
                        this.getPublicSID.doCall();
+                       this.refreshDelegate = new LzDelegate(this, 
"refreshSessionMeth");
+                       lz.Timer.addTimer(this.refreshDelegate, 
canvas.refreshSession);
+                       if (canvas.thishib.loaderVar != null) {
+                               canvas.thishib.loaderVar.setProgress();
+                       }
                } else {
                        this.refreshDelegate = new LzDelegate(this, 
"refreshSessionMeth");
                        lz.Timer.addTimer(this.refreshDelegate, 
canvas.refreshSession);

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx?rev=1757636&r1=1757635&r2=1757636&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 Thu Aug 25 09:15:00 2016
@@ -143,9 +143,6 @@
                        if (!!canvas.wicketsid) {
                                canvas.sessionId = canvas.wicketsid;
                                getDefaultLanguage.doCall();
-                       } else {
-                               this.overwritePublicSID.doCall(); //FIXME 
investigate
-                               this.setUsernameReconnect.doCall();
                        }
                } else if (!!canvas.wicketsid) {
                        canvas.sessionId = canvas.wicketsid;


Reply via email to