Hi!
I changed session timeout from http.py session_gc() function
last_week = time.time() - 60
in OpenERP 7. But it seems not working.
Has anybody experienced same? How do you change session timeout. Are there any configuration?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi!
I changed session timeout from http.py session_gc() function
last_week = time.time() - 60
in OpenERP 7. But it seems not working.
Has anybody experienced same? How do you change session timeout. Are there any configuration?
I solve this by creating a SessionStore using Redis to store session values under keys with a limited time to expire those keys managed by Redis
hi, can you change like that in that file?
last_week = time.time() - 60*60*24*7 .
If it does not work means change the time with the seconds
http.py was like this.
I changed into last_week = time.time() - 60 form in order to check whether it's working. But it's not working.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
1
thg 5 25
|
2377 | |||
|
0
thg 2 22
|
4145 | |||
|
2
thg 1 22
|
4708 | |||
|
2
thg 1 22
|
5547 | |||
|
Button that trigger logout
Đã xử lý
|
2
thg 2 20
|
15119 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Sorry, but after some time and few restart later, session timeout is workind now.