library/XenForo/Session.php60 minutes?
public function __construct(array $config = array(), Zend_Cache_Core $cache = null, Zend_Db_Adapter_Abstract $db = null)
{
if (empty($config['admin']))
{
$defaultConfig = array(
'table' => 'xf_session',
'cookie' => 'session',
'lifetime' => 3600
);
}
'lifetime' => 3600
library/XenForo/Session.php60 minutes?
public function __construct(array $config = array(), Zend_Cache_Core $cache = null, Zend_Db_Adapter_Abstract $db = null)
{
if (empty($config['admin']))
{
$defaultConfig = array(
'table' => 'xf_session',
'cookie' => 'session',
'lifetime' => 3600
);
}
'lifetime' => 3600
Hmmm....!I forgot to mention, if your ISP keeps changing IP addresses like mines because they use roundrobin load balancing, the admin panel will keep signing you out, that's why I use VPNLocally you wouldn't face problem unless it is php.ini configuration thing.
Mybb, XenForo, VBulletin do this on purpose.
Yah! That's biggest problem. For every solution in WordPress, I need a plugin. Whereas, Joomla has almost everything you need to make website up & running out of the box and they have the most strict rules for their repository. But unfortunately, that not the case at WordPress. But, if you want a dazzling website, WordPress is way ahead of Joomla and that attracts people. Everybody needs something catchy rather than secured. After all it's a show business.Wordpress has many powerful plugins compared to joomla, you can find everything for free.
Yah! phpBB is still prehistoric and IPB really sucks. Even the people who are stick to IPB, most of them pretend to be the 'Elite' class and think that to get help from them, one need to be on his knees and beg. Dickheads!!!After trying multiple forum softwares, I found out that it's worth to buy XenForo, Powerful and they keep improving.
Mybb, IPB, OTHERS are soo weak compared to XenForo.![]()
I have changed the php settings and it seems, it is working. But it would be better if there would be an option just like in Joomla, to increase / decrease it from the admin panel.library/XenForo/Session.php
Changing lifetime should increase the session timeout, I'm not sure if it'll do anything to existing sessions though so you might want to wait for some kind of official responsePHP:public function __construct(array $config = array(), Zend_Cache_Core $cache = null, Zend_Db_Adapter_Abstract $db = null) { if (empty($config['admin'])) { $defaultConfig = array( 'table' => 'xf_session', 'cookie' => 'session', 'lifetime' => 3600 ); }
Change thisPHP:'lifetime' => 3600
But in total you can have a cookie for 60 minutes , Which is valid and legal, I recommend you do not change
In management you can set to 60 minutesdecrease it from the admin panel
I did that but that was not working.In management you can set to 60 minutes
admin.php?options/groups/users/
![]()
But in this tutorial from the core you can change the time
![]()
Support - How to increase session life time in Xenforo 2.2.4?
Hi friends! I want to know, how can I increase the session time-out? It seems that it has been pre-configured to 15 minutes or something like that. How can I increase it to 60 minutes?xnforo.ir