made all.js and all.css and all guests share same session

This commit is contained in:
Rushabh Mehta
2012-02-14 11:44:13 +05:30
parent bfc03cf8bd
commit afaac60982
13 changed files with 9512 additions and 25 deletions

View File

@@ -21,11 +21,8 @@ def init():
# init request
try:
webnotes.http_request = webnotes.auth.HTTPRequest()
except Exception, e:
if webnotes.response['message']=='Authentication Failed':
pass
else:
raise e
except webnotes.AuthenticationError, e:
pass
def respond():
import webnotes