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

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

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support