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

0 Members and 1 Guest are viewing this topic.

AcuTouch

  • Guest
Your session is expired please login again
« on: June 27, 2009, 01:46:39 AM »
 :o
I can not chat with client any more, it keep saying:
Your session is expired please login again
 ???

zytep

  • Full Member
  • ***
  • Posts: 11
Re: Your session is expired please login again
« Reply #1 on: June 29, 2009, 12:39:31 PM »
Try what it says:)

- If you can see a log-out button, click it. - Else try deleting all your cookies (which will force the browser to show you the login page again - forgetting all about who and what you are.)

http://www.aboutcookies.org/Default.aspx?page=2

olegp

  • Full Member
  • ***
  • Posts: 8
Re: Your session is expired please login again
« Reply #2 on: July 29, 2009, 12:32:36 AM »
I get the same case:
Opening Visitors page.
Print Loading...

Then print "Your session is expired please login again"
Cleaning coockies do not help, still the same

fpitarch

  • Jr. Member
  • **
  • Posts: 2
Re: Your session is expired please login again
« Reply #3 on: October 27, 2009, 01:45:40 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 #4 on: October 28, 2009, 07:51:32 PM »
Alright guys, thanks, we'll look into it. Sorry for the problem!

Eddybaur

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

Hentie

  • Jr. Member
  • **
  • Posts: 2
Re: Your session is expired please login again
« Reply #6 on: April 14, 2010, 10:11:31 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.



belary

  • Jr. Member
  • **
  • Posts: 2
Re: Your session is expired please login again
« Reply #7 on: June 22, 2010, 08:06:01 AM »
I tried all the posts I could ever get including this thread

it's also keep saying 'Your session is expired please login again'.

Please help me.

 :'(



Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Your session is expired please login again
« Reply #8 on: June 25, 2010, 11:04:35 PM »
Try this guys: go into phpini, look for these 2 things below, and it should be all you need. Works for me just fine.

  • ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
    session.cookie_lifetime = 0


; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
  • session.gc_maxlifetime = 1440

Sheldmandu

  • Sr. Member
  • ****
  • Posts: 34
Re: Your session is expired please login again
« Reply #9 on: July 19, 2010, 12:24:53 AM »
Guys, I have the same problem here after moving to a new hosting server!!! Not happy.  Has anyone worked out how to solve the issue?

Sheldmandu

  • Sr. Member
  • ****
  • Posts: 34
Re: Your session is expired please login again
« Reply #10 on: July 19, 2010, 12:36:07 PM »
Guys, has anyone come up with an actual proper solution to this problem?  It's still a major problem... I've spent ALL DAY today trying to work it out and still got nowhere... I'm so frustrated that I'm considering ditching mibew for LiveZilla... Can anyone offer any help, I'd really rather not have to rip apart the entire app to try find the issue.

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Your session is expired please login again
« Reply #11 on: July 19, 2010, 07:43:30 PM »
have you tried my fix from above? I'd try that... I myself wouldn't know what else it could be if it's not something improper in the PHP.ini file...It's nothing in the Mibew code. I'm pretty sure of that since the php.ini controls the session times.

akumrazor

  • Jr. Member
  • **
  • Posts: 1
Re: Your session is expired please login again
« Reply #12 on: August 06, 2010, 05:56:17 AM »
Eddybaur

I dont understand you fix. I have the same lines, but i have the same problem

sameer.winit

  • Jr. Member
  • **
  • Posts: 1
Re: Your session is expired please login again
« Reply #13 on: August 19, 2010, 05:42:17 AM »
I found the solution.[Solved] It is problem with your new server settings....

Check your folder permissions for sessions directory

check php.ini file for  following

session.cookie_lifetime = 0
session.gc_maxlifetime = 1440
short tags open =on
 :)

Sheldmandu

  • Sr. Member
  • ****
  • Posts: 34
Re: Your session is expired please login again
« Reply #14 on: November 04, 2010, 11:25:47 PM »
What directory are the sessions being written to?  I presume also if we can't change the php.ini, we can just set it in common.php at the top?