function sess_open in Drupal 5
Same name and namespace in other branches
- 4 includes/session.inc \sess_open()
- 6 includes/session.inc \sess_open()
@file User session handling functions.
1 string reference to 'sess_open'
- _drupal_bootstrap in includes/
bootstrap.inc
File
- includes/
session.inc, line 8 - User session handling functions.
Code
function sess_open($save_path, $session_name) {
return TRUE;
}