跳至内容
菜单
此问题已终结
2 回复
24392 查看

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
7402
1
3月 15
5109
4
3月 15
8879
17
4月 24
57819
10
12月 23
36321