Secure Session

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sam20e
Posts: 11
Joined: 10 Aug 2010, 13:35

Secure Session

Post by sam20e »

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
Mantis: 1.2.2
PHP: 5.2.4
SQL: MySQL 5.1.48
OS: CentOS 5.4 Enterprise Linux x86
atrol
Site Admin
Posts: 8544
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Secure Session

Post by atrol »

add the following line to file config_inc.php

Code: Select all

$g_session_validation = OFF;
But be aware that this is a potential security risk
Please use Search before posting and read the Manual
sam20e
Posts: 11
Joined: 10 Aug 2010, 13:35

Re: Secure Session

Post by sam20e »

Thanks alot. :)
Mantis: 1.2.2
PHP: 5.2.4
SQL: MySQL 5.1.48
OS: CentOS 5.4 Enterprise Linux x86
alarocca
Posts: 3
Joined: 08 Sep 2010, 14:38

Re: Secure Session

Post by alarocca »

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.
Post Reply