brotherton-erpnext/patches/may_2012/clear_session_cache.py

4 lines
120 B
Python
Raw Normal View History

from __future__ import unicode_literals
2012-05-21 07:43:10 +00:00
def execute():
import webnotes
webnotes.conn.sql("delete from __SessionCache")