Mibew Messenger Community

General => Support => Topic started by: fpitarch on October 27, 2009, 02:12:30 PM

Title: Your session is expired please login again
Post by: fpitarch on October 27, 2009, 02:12:30 PM
Hi,

If anyone can help me with this problem.

I saw that another consultation on the same problem, but the forum did not fix the problem.

I installed version 1.6.3 and when I enter the screen Visitors are not any client connected and always shows mesnaje "Your session is expired please login again".

Thanks
 
 
Title: Re: Your session is expired please login again
Post by: Eddybaur on October 28, 2009, 11:08:26 PM
Check your session timeout settings in php.ini.
Title: Re: Your session is expired please login again
Post by: daripava on November 20, 2009, 01:25:29 PM
Hi,

You can change the file:

webim/libs/common.php

at the begining put the next line:

ini_set('session.gc_maxlifetime',22*60*60); // 22 hours

This change the session time to 22 hours, you can change the time modify the number 22 in the command.

I hope help you, i was the same problem.

RICARDO PADILLA
http://www.capitalcolombia.com
Title: Re: Your session is expired please login again
Post by: Hentie on April 14, 2010, 10:11:51 AM
 ???

Hi, I'm new to Mibew Messenger, but managed to install it fine on my old Windows 2000 Web server. Everything works except the "list of awaiting users" page. As soon as I go in it says Loading... and Your session is expired please login again

I've tried adding the line: ini_set('session.gc_maxlifetime',22*60*60); // 22 hours to the common.php file as per another thread and it didn't help.
I've also looked at my php.in file, the following is set:
default_socket_timeout = 60 

There is no point in increasing that setting since I get the Expiry message immediately when opening that page.
Title: Re: Your session is expired please login again
Post by: mmijangos on November 17, 2010, 03:22:22 PM
any solution to this problem? and add the line and does not work
Title: Re: Your session is expired please login again
Post by: jarradyuhas on November 19, 2010, 11:52:23 AM
Are you using shared hosting or are you using a dedicated server?