Просмотр исходного кода

Deleting the session id in user_portal.php

Julio Montoya 15 лет назад
Родитель
Сommit
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">';