| |
tbrenner Senior Googler


Joined: 09 Mar 2005 Location: South Georgia 3410.05 GC$
Items
|
Posted: Sun Jun 05, 2005 11:51 pm Post subject: Timed out...again!? |
|
|
|
| I am creating a MySQL database and it seems like every user i create logs out if the account is inactive for like 5 seconds. Does anyone know where this string lives? The php script i am using is called AdminPro |
|
| Back to top |
|
|
cvrk3 Google Guru

Joined: 05 Jul 2004 Location: India 16443.40 GC$
Items
|
Posted: Mon Jun 06, 2005 3:46 am Post subject: |
|
|
|
Hope this helps:
| Quote: |
baertyp
New User
joined:Nov 10, 2004
posts:30
msg #:6 9:02 am on Nov 10, 2004 (utc 0)
Just keep in mind that there is a serverwide var in php.ini
session.gc_maxlifetime
which afaik defaults to 1440 secs making it 24 minutes. You can read your setting with php_info(). After this period of user inactivity PHP assumes the session finished and the appropriate data as garbage and will delete it sooner or later.
So your timeout value must be smaller than the current session.gc_maxlifetime on your installation to make any sense.
|
|
|
| Back to top |
|
|
Eric Better than you


Joined: 12 Aug 2004 Location: Toronto, Ontario, Canada. 2491.35 GC$
Items
|
Posted: Mon Jun 06, 2005 4:16 am Post subject: |
|
|
|
That is useful information, cvrk, but he will not be able to alter the value unless he has complete access over the server, such as modify the PHP and MySQL configuration files.
Besides that, you can just use the traditional method of desktop MySQL manager applications, instead of web-based versions. _________________ "A lie gets halfway around the world before the truth has a chance to get it's pants on." - Winston Churchill |
|
| Back to top |
|
|
cvrk3 Google Guru

Joined: 05 Jul 2004 Location: India 16443.40 GC$
Items
|
Posted: Mon Jun 06, 2005 7:36 am Post subject: |
|
|
|
Eric,
I agree with you on the second part. But the tenor of his query confirms that he is using the web version, Second it appears that he is hosting the application and should not have difficulty in changing the server configuration. |
|
| Back to top |
|
|
Eric Better than you


Joined: 12 Aug 2004 Location: Toronto, Ontario, Canada. 2491.35 GC$
Items
|
Posted: Mon Jun 06, 2005 8:17 am Post subject: |
|
|
|
To administer his MySQL database, he is using a php script similar to phpMyAdmin, for which access to the root of the host computer is not necessary. Unless he has access to the root php installation folder, there is no way for him to modify the settings which are set by default within the php.ini file. It is easy to access MySQL databases with phpMyAdmin through modern website administration front-ends such as cPanel, WebHostManager and DirectAdmin. _________________ "A lie gets halfway around the world before the truth has a chance to get it's pants on." - Winston Churchill |
|
| Back to top |
|
|
cvrk3 Google Guru

Joined: 05 Jul 2004 Location: India 16443.40 GC$
Items
|
Posted: Mon Jun 06, 2005 9:29 am Post subject: |
|
|
|
| you may be right there..(logical) indicates that i have more to educate myself. |
|
| Back to top |
|
|
Sponsored Links
|
Posted: 5 Dec 2008 10:55 am Post subject: Advertisements |
|
|
|
|
|
|
| Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Host your free forums with Invision Plus.net forum web hosting with your own subdomain.
alexisBlue v1.2 // Theme Created By: Andrew Charron // Icons in Part By: Travis Carden
|
|
|
|
|