Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Radicore closes session automatically
Radicore closes session automatically [message #2688] Fri, 18 March 2011 17:51 Go to next message
bonzo_bcn is currently offline  bonzo_bcn
Messages: 152
Registered: June 2008
Senior Member
I installed radicore with success on my Mac, but after uploading it to a server I can get it running, but two differente users can't be logged at the same time.
If I log in with one user, the second users gets kicked off the system.
(I'm testing it with two different browsers, one for each user).

Any ideas of what can be the cause?
Re: Radicore closes session automatically [message #2689 is a reply to message #2688] Sat, 19 March 2011 05:19 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
What is the setting for 'session.gc_maxlifetime' in your PHP.INI file? As each session closes this value is used to perform garbage collection, so any session entries which have a last_updated date older than this will be automatically deleted.

Re: Radicore closes session automatically [message #2690 is a reply to message #2689] Sat, 19 March 2011 12:01 Go to previous messageGo to next message
bonzo_bcn is currently offline  bonzo_bcn
Messages: 152
Registered: June 2008
Senior Member
It's 1440, should I change it?
Re: Radicore closes session automatically [message #2691 is a reply to message #2688] Sat, 19 March 2011 12:04 Go to previous messageGo to next message
bonzo_bcn is currently offline  bonzo_bcn
Messages: 152
Registered: June 2008
Senior Member
I increased the value to 3600 but still the same problem.
Re: Radicore closes session automatically [message #2692 is a reply to message #2691] Sat, 19 March 2011 13:20 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
You need to step through with your debugger to see what is happening when the close() method within file php_session.class.inc is called. That is the one which is calling the gc() method for garbage collection.

Previous Topic: Making the classroom example work
Next Topic: Remote access to Radicore app
Goto Forum:
  


Current Time: Tue Mar 19 00:56:07 EDT 2024

Total time taken to generate the page: 0.00956 seconds