brotherton-erpnext/erpnext/patches/may_2012/clear_session_cache.py

3 lines
80 B
Python
Raw Normal View History

2012-05-21 13:13:10 +05:30
def execute():
import webnotes
webnotes.conn.sql("delete from __SessionCache")