Hi, currently i confuse
- how i fill the server hosted path in OPS ?? i just add 777 folder but not working also
- how to solve sort session expired for admin ?
- i just try all, so the JS massages is [ you are not allow to do this etc ]
whats wrong ???
Hi, currently i confuse
whats wrong ???
1.fill the full path of the OPS,e.g.“home/wwwroot/ops”.
2.you can set php config file,session expire time.
3.please upload a screenshot
its similar like this Permissions Errors
where i can find php config file for the latest OPS,
many threads especially in github say that file located ini pkp-lib/clasess/session but i cant find session folder in classses directory
allow me to know how to add,
i just read a config.inc.php no part tell about session time
Hi @Hx03,
If you’re looking for the session cookie path, you can set that in config.inc.php
using the session_cookie_path
setting under [general]
.
If you’re encountering logouts when using OPS, then try setting session_check_ip
to Off
.
Otherwise, I’m not sure I understand the problem you’re encountering. Can you describe it more? (I don’t recommend using 777 permissions in production, but they can be useful for testing.)
Regards,
Alec Smecher
Public Knowledge Project Team