In the file /includes/session.inc change:
function sess_write($key, $value) {
global $user;
db_query("UPDATE {sessions} SET uid = %d, hostname = '%s', session =
'%s', timestamp = %d WHERE sid = '%s'", $user->uid,
$_SERVER["REMOTE_ADDR"], $value, time(), $key);
return '';
}
to
function sess_write($key, $value) {
global $user;
if($user->uid)
db_query("UPDATE {sessions} SET uid = %d, hostname = '%s', session =
'%s', timestamp = %d WHERE sid = '%s'", $user->uid,
$_SERVER["REMOTE_ADDR"], $value, time(), $key);
else
db_query("UPDATE {sessions} SET hostname = '%s', session = '%s',
timestamp = %d WHERE sid = '%s'", $_SERVER["REMOTE_ADDR"], $value,
time(), $key);
return '';
}
|
Collector Comics is THE place to buy, sell, and research comics online. Launching soon.
Launch »
Screenshot »
|
|
Webitor is a kick-ass easy to use, easy to extend, non-database driven Content Management System. Version 2 with reseller plan coming soon.
Launch »
Version 1 »
|
|
GC Lounge is my own pet social network and test bed for social related code. Made by locals for locals.
Launch »
|
|
GG has indexed over half a million recent Trade Mark applications. This revolutionary tool is extremely valuable for industry experts.
Launch »
|
|
GCWiFi is the hub for techies interested in joining a ad-hoc wireless mesh spread across the Gold Coast
Launch »
|
|
Web based financial client management system
Launch »
|
|
OS Commerce modules and template modification
Launch »
|
| View More Projects » | |