Browse Source

Deleting the session id in user_portal.php

Julio Montoya 15 năm trước cách đây
mục cha
commit
b484b8503f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      user_portal.php

+ 3 - 0
user_portal.php

@@ -1739,6 +1739,9 @@ if (api_get_setting('allow_reservation') == 'true' && api_is_allowed_to_create_c
 	echo '</div>';
 }
 
+//Deleting the session_id 
+api_session_unregister('session_id');
+
 // search textbox
 if (api_get_setting('search_enabled') == 'true') {
 	echo '<div class="searchbox">';