コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
24822 ビュー

Hello, normally - in a big part of the websites where you have to log in,FOR SECURITY ,when you don't use your profile during some time , automatically your session will be expired and you will need to connect again . Why is not the same with OpenERP where I can stay for weeks without to be disconnected???anybody can touch in my database and do things inside. Isn't ? Can I (how) change that?

thank you in advance

アバター
破棄

You should not have access from internet to you OpenERP server...

Development of the customer portal seems to contradict that you should not have internet access to your openERP server.

What Clément is saying is that you should expose a proxy (nginx, apache, ...) and not OpenERP.

最善の回答

A stand-alone instance isn't the suggested way to deploy OpenERP.

By using a front-end proxy like NGINX (reverse proxy or wsgi) you can still set the timeout limit.

Have a look at the openerp-wsgi.py config file inside the server folder for instance.

here you can find useful notes: http://thu.openerp.com/open-days-2012/gunicorn.html#(1))

アバター
破棄

Can you please explain howto setup a session timeout with NGINX?

correct params should be: client_header_timeout, client_body_timeout and send_timeout.

You cannot control session timeout from an http proxy. A proxy server is supposed to be stateless, it has no knowledge of when the session cookie or session url variable has been used last time. The settings you mentioned is related to closing the tcp/http session between the proxy and a misbehaving or apparently disconnected client.

you're probably right. you can set a session timeout in the wsgi openerp config file anyway

Are you sure? I checked v7.0 and could find anything regarding expiration settings. I only found that sessions will be deleted after a fixed one week period in session_gc() at openerp-web/addons/web/http.py.

Can anyone pls help me out on where I can find the openerp-wgsi.py file?

@Mohammad : it is at the root of the folder, alongside openerp-server. Check https://github.com/odoo/odoo . I also found this on another post : http://www.zbeanztech.com/blog/how-restrict-multiple-logins-user-openerp-0 .

著作者 最善の回答

Thank you very much,guys :)

アバター
破棄

sadasd

関連投稿 返信 ビュー 活動
1
2月 25
7757
1
3月 15
5476
4
3月 15
9302
17
4月 24
58177
10
12月 23
36773