sess_open

Versions
4.6 – 6
sess_open($save_path, $session_name)

Code

includes/session.inc, line 8

<?php
function sess_open($save_path, $session_name) {
  return TRUE;
}
?>
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.