UserID miss match, possibly pulling the wrong session - Joomla! Forum - community, help and support
hello all,
i have custom component, used front end display info logged in users.
i had been getting complaints users had been seeing incorrect info. have tracked down possible session miss match users logging in same ip address (different computers). first wanted see if kind of known issue. not occur time, related usera logs in first, , userb same ip address logs in 5 minutes later , gets session.
the component doesn't calls retrieve current user:
$db =& jfactory::getdbo();
$user =& jfactory::getuser();
the session handler set database.
thanks information.
i have custom component, used front end display info logged in users.
i had been getting complaints users had been seeing incorrect info. have tracked down possible session miss match users logging in same ip address (different computers). first wanted see if kind of known issue. not occur time, related usera logs in first, , userb same ip address logs in 5 minutes later , gets session.
the component doesn't calls retrieve current user:
$db =& jfactory::getdbo();
$user =& jfactory::getuser();
the session handler set database.
thanks information.
Comments
Post a Comment