Stop loading virtual sessions when changeUser() is called
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 2 Oct 2020 08:38:24 +0000 (10:38 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 2 Oct 2020 08:38:24 +0000 (10:38 +0200)
As of this commit virtual sessions will no longer be created.

wcfsetup/install/files/lib/system/session/SessionHandler.class.php

index 18996147d5afc6c91239e6acc10385f707a21744..e54cd94586d0376c362d127f03f410e6ea7dfb9e 100644 (file)
@@ -793,8 +793,6 @@ class SessionHandler extends SingletonFactory {
                                }
                        break;
                }
-               
-               $this->loadVirtualSession(true);
        }
        
        /**