I am a newbie in python.I have created a web page using bottle and python .But the thing is i want to use authentication and session feature in it many suggested to use cork but cant understand it can anyone explain me how to use or is there any other way to do it
My code is like :
@route('/ldlereport',method='GET')
def new_item():
return template('ui.tpl')
i need to verify the user who can view this site
Thanks all ,