虽然文档上没有但是还有一种操作cookie的方式:

frombottleimportrequest,response

@route('/login',method="POST")
deflogin():
user=request.POST['user']
passwd=request.POST['passwd']

ifcheck_user_right(user,passwd):
response.COOKIES['account']=user
else:
pass

@route('/admin')
defadmin():
user=request.COOKIES['user']
ifuser:
pass

但是无论我用哪种方式操作我都无法获取cookie,为什么呢.百思不得其解.但是我的一个处理文章点击率的提醒了我,代码如下:

@route('/archrives/:aid#\d+#')
defarticle_show(aid):
db=dbconn.ConnDB()
artid=int(aid)
#获取客户端ip
remoteip=request.environ.get('REMOTE_ADDR')

artcookie=remoteip+'ip'+aid
printrequest.COOKIES.keys()

#判断cookie是否存在
ifartcookieinrequest.COOKIES.keys():
#存在则更新有效时间
response.COOKIES[artcookie]=True
response.COOKIES[artcookie]['max-age']=500
else:
#不存在则更新文章查看次数
db.posts.update({"id":artid},{"$inc":{"views":1}})

#并设置cookie
response.COOKIES[artcookie]=True
response.COOKIES[artcookie]['max-age']=500

TEMPLATE['posts']=getArtList({"id":artid})
TEMPLATE.update(setTempVar())

returntemplate('article.html',TEMPLATE)

这里是可以正常获取到cookie的,而且代码没有任何区别.唯一的区别就是用户认证是跳转了页面.所以我help了一下:

frombottleimportresponse
help(response.set_cookie)

help的结果其中有两个参数一个是path,和domain:

:paramdomain:thedomainthatisallowedtoreadthecookie.
(default:currentdomain)
:parampath:limitsthecookietoagivenpath(default:currentpath)

明显bottle的cookie默认只在当前路径下能读取的到,所以要别的页面读取到cookie我们的代码须改成如下:

frombottleimportrequest,response

@route('/login',method="POST")
deflogin():
user=request.POST['user']
passwd=request.POST['passwd']

ifcheck_user_right(user,passwd):
response.COOKIES['account']=user
response.COOKIES['account']['path']='/admin'
else:
pass

@route('/admin')
defadmin():
user=request.COOKIES['user']

这样我们就能在别的路径下访问我们设定的cookie.

热门推荐

1 毛坯房验收经验和常识 看了之后再验房心里有底
2 二手房收房如何交接 二手房收房注意问题
3 专业验收毛坯房的价格 商品房验收合格的标准
4 精装房怎么验收 精装房请验房师有用吗
5 一般要到哪里找验房师 验房师有哪些作用呢
6 请人验房一般是多少钱 验房师费用是多少
7 怎样测量房子面积 建筑面积和使用面积怎么算
8 收房需要注意什么 仔细检查不松懈
9 收房时三书一证一表是什么 主要作用介绍
10 交房时交房税费有哪些 本文为你一一讲解
11 验房都需要验什么 要做哪些准备呢
12 毛坯房验房师有必要请吗 毛坯房装修完如何验收
13 地下室防水工程质量验收规范详解
14 水性涂料、油性涂料区别介绍
15 零基础布艺DIY工坊 教你做超萌猫头鹰钥匙包
16 三棵树漆怎么样?三棵树漆官方网站
17 家庭“装修套餐”中猫腻你知道吗?
18 小空间大浴望 卫浴间装修巧支招