sess_destroy

Versions
4.6 – 4.7
sess_destroy($key)

Code

includes/session.inc, line 57

<?php
function sess_destroy($key) {
  db_query("DELETE FROM {sessions} WHERE sid = '%s'", $key);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.