Token Issues - Joomla! Forum - community, help and support
hey there !
i have been developing custom component/module joomla runs virtuemart. info server user searches in frontend, , inputs virtuemart using it's own methods , functions not
so make more secure. thing have have valid token. thought if got session token , send along product ?
but know.. there security implications ?
thanks
i have been developing custom component/module joomla runs virtuemart. info server user searches in frontend, , inputs virtuemart using it's own methods , functions not
code: select all
$db = jfactory::getdbo();
$query = $db->getquery(true);
$query->insert('#__database_table');
$query->set('column_1 = ' . $value);
$query->set('column_2 = 1');
$db->setquery($query->__tostring());
$db->query();so make more secure. thing have have valid token. thought if got session token , send along product ?
but know.. there security implications ?
thanks
Comments
Post a Comment