How can I clear cache?

joymax27104000

New Member
YetiShare User
Jun 4, 2014
131
0
0
Hello,

I were edit In includes/class.dbsession.php to avoid auto logout:

Code:
$db->query('DELETE FROM `sessions` WHERE `updated_on` < :updated_on

Replace entire line with:

$db->query('DELETE FROM `sessions` WHERE `updated_on` < :updated_on', array('updated_on' => time() - (60*60*24*7)));
But i have new problem. When I try Enabled/Unnabled my gateway plugin >> not working if I don't clear my cache browser.

EX:

1. I Enable PayPal Payment Integration Plugin
2. I can see Paypal Payment at upgrade.html:


3. But when I unEnable PayPal Payment Integration Plugin again. It's not working


Note:
Everything is ok with my Firefox, but don't working with: chrome....
They need me clear my cache browser.

Please help me. Thanks