Author Topic: Error "Your session is expired please login again"  (Read 9202 times)

0 Members and 1 Guest are viewing this topic.

loveallufev

  • Jr. Member
  • **
  • Posts: 1
Error "Your session is expired please login again"
« on: May 05, 2012, 11:33:12 AM »
I've installed mibew successfully. But when load List of awaiting visitors, it's always still loading and show the message: "Your session is expired please login again".
Please help me   :'(
PS: I'm a newbie :)

dcvoss

  • Jr. Member
  • **
  • Posts: 1
Re: Error "Your session is expired please login again"
« Reply #1 on: May 21, 2012, 05:21:00 PM »
I am having the exact same problem. Any help on this would be greatly appreciated!

anoopbt

  • Jr. Member
  • **
  • Posts: 1
Re: Error "Your session is expired please login again"
« Reply #2 on: July 02, 2012, 05:07:21 AM »
I also had the same problem...after going through all the posts in this community i came to know that the support from Mibew team is poor...
But i found out the solution to this problem...

In the php.ini file search for the "session.save_path" . It will look something like this : session.save_path = "/var/lib/php/session". (The path will be different based on your installation.)
Go to that location. Give the full root permissions to this "session" folder.
Restart apache...
Now your mibew visitors page will be shown properly...(CrossChecking ::  Now you can see files getting created under the /var/lib/php/session directory when you login to the visitors page in Mibew)...