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?
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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
1
maj 25
|
2428 | |||
|
0
lut 22
|
4152 | |||
|
One user with more than one session active
Rozwiązane
|
2
sty 22
|
4731 | ||
|
2
sty 22
|
5588 | |||
|
Button that trigger logout
Rozwiązane
|
2
lut 20
|
15132 |
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.