Sorry for the wrong response, i found out that it is not necessary to set
$data = array
(
‘session_id’ => random hash,
‘ip_address’ => ‘string - user IP address’,
‘user_agent’ => ‘string - user agent data’,
‘last_activity’ => timestamp
);
$this->session->set_userdata($data);
...
With your password remembering problem? are you using firefox? maybe you have set to remember password with
your browser. please disable remember password. does password remembering happen in IE?
