In the login page, how can i remove this Secure Session option? I dont need that radio option. is there is anyway to remove this?
Thanks
Secure Session
Moderators: Developer, Contributor
Secure Session
Mantis: 1.2.2
PHP: 5.2.4
SQL: MySQL 5.1.48
OS: CentOS 5.4 Enterprise Linux x86
PHP: 5.2.4
SQL: MySQL 5.1.48
OS: CentOS 5.4 Enterprise Linux x86
Re: Secure Session
add the following line to file config_inc.php
But be aware that this is a potential security risk
Code: Select all
$g_session_validation = OFF;Re: Secure Session
Thanks alot. 
Mantis: 1.2.2
PHP: 5.2.4
SQL: MySQL 5.1.48
OS: CentOS 5.4 Enterprise Linux x86
PHP: 5.2.4
SQL: MySQL 5.1.48
OS: CentOS 5.4 Enterprise Linux x86
Re: Secure Session
I added the following to the row containing the radio option:
style="display: none"
So you don't see it but the session is still safe.
style="display: none"
So you don't see it but the session is still safe.