Univention Bugzilla – Attachment 7643 Details for
Bug 28239
UMC-Server: close module proccesses on explicit logout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
28239.patch (text/plain), 767 bytes, created by
Florian Best
on 2016-05-09 11:30:56 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-05-09 11:30:56 CEST
Size:
767 bytes
patch
obsolete
>diff --git a/management/univention-management-console-frontend/univention-management-console-web-server b/management/univention-management-console-frontend/univention-management-console-web-server >index 201d506..9853232 100755 >--- a/management/univention-management-console-frontend/univention-management-console-web-server >+++ b/management/univention-management-console-frontend/univention-management-console-web-server >@@ -703,6 +703,9 @@ class Ressource(object): > sessionid = self.get_session_id() > if sessionid: > self.sessions.pop(sessionid, None) >+ client = self.get_session() >+ if client: >+ client._timed_out() > UMCP_Dispatcher.cleanup_session(sessionid) > self.set_cookies(('UMCSessionId', ''), expires=datetime.datetime.fromtimestamp(0)) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28239
: 7643