Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

收银台cookie溢出造成用户提交413 #10

Closed
cloudwater opened this issue Jul 23, 2013 · 1 comment
Closed

收银台cookie溢出造成用户提交413 #10

cloudwater opened this issue Jul 23, 2013 · 1 comment

Comments

@cloudwater
Copy link

E.subscribe(this.xtab.selectTopic, this.xtab, function (target, e) {
            var id = self.xtab.getCntItemId(target);
            Cashier.Module.Cookie.set(Cashier.Module.getOrderId() + "XTab", id, {
                expires:new Date().getTime() + 3 * 60 * 1000
});

3c34ab5f2b25c3695a53864790060915
b149e1cc2c00990a4bb61f3dca8eda01
fe8868f23ca6a656825996d85cbc3cf0

From 云谦

http://erlycoder.com/111/google-chrome-session-cookie-expiration-issue-feature-your-personal-data-is-insecure-now-
chrome 从 19 开始不会清空 session cookie

@hotoo
Copy link
Member

hotoo commented Jul 23, 2013

这个为什么要存储中 cookie 里,而且还这么浪费。

@hotoo hotoo closed this as completed Aug 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants