You are here

function sess_open in Restrict Login or Role Access by IP Address 6.2

@file User session handling functions.

File

./session_restrict_by_ip.inc, line 8
User session handling functions.

Code

function sess_open($save_path, $session_name) {
  return TRUE;
}