Author Topic: Your session is expired please login again  (Read 14680 times)

0 Members and 1 Guest are viewing this topic.

fpitarch

  • Jr. Member
  • **
  • Posts: 2
Your session is expired please login again
« 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
 
 

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Your session is expired please login again
« Reply #1 on: October 28, 2009, 11:08:26 PM »
Check your session timeout settings in php.ini.

daripava

  • Jr. Member
  • **
  • Posts: 1
Re: Your session is expired please login again
« Reply #2 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

Hentie

  • Jr. Member
  • **
  • Posts: 2
Re: Your session is expired please login again
« Reply #3 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.

mmijangos

  • Jr. Member
  • **
  • Posts: 1
Re: Your session is expired please login again
« Reply #4 on: November 17, 2010, 03:22:22 PM »
any solution to this problem? and add the line and does not work

jarradyuhas

  • Sr. Member
  • ****
  • Posts: 36
    • SusQ-Cyber Charter School
Re: Your session is expired please login again
« Reply #5 on: November 19, 2010, 11:52:23 AM »
Are you using shared hosting or are you using a dedicated server?