Преглед на файлове

Deleting the session id in user_portal.php

Julio Montoya преди 15 години
родител
ревизия
b484b8503f
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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">';