insideorkut.com

Best free iPage hosting service with PHP and MySQL access?

Click Here To View All Answers...


My question is Best free iPage hosting service with PHP and MySQL access? Hoping for any comment. Another question... Which file is this setting in? Thanks...

Comments (29)

I'm stumped. I'm not so sure what is the right answer. I'll do some Googling and get back to you if I got an good answer. You should email the people at iPage as they probably could give you help..

Comment #1

What does this do? Why would we want to modify the session time..

Comment #2

Thanks. My problem is that the admin panel logs me out after a few minutes, which is inconvenient beacuse I have to keep logging in if I am working on something. However I have another store with the same sessions timeout setting and it doesn't do this - it keeps me logged in indefinitely..

Is there another setting for this?..

Comment #3

Admin/includes/functions/sessions.php.

If (STORE_SESSIONS == 'mysql') {.

If (!$SESS_LIFE = get_cfg_var('session.gc_maxlifetime')) {.

$SESS_LIFE = 1440;.

}.

Do you have an admin access contribution installed.

This post has been edited by.

241.

: 23 July 2004, 21:51..

Comment #4

Yes, I do. How would this affect the sessions setting?..

Comment #5

Do both stores have this contribution.

Are both stores on the same server..

Comment #6

Yes, both have the contribution. They're on different servers, I believe, but with the same host...

Comment #7

There is the session.gc_maxlifetime in php.ini to which the sessions.php refers.

This post has been edited by.

241.

: 23 July 2004, 22:23..

Comment #8

Php.ini is onthe server which you will not have access to if it is a hosted account...

Comment #9

That's what I thought. I'll contact the host about it. Thanks...

Comment #10

Catalog includes/functions/sessions.php.

 if (STORE_SESSIONS == 'mysql') {.

   if (!$SESS_LIFE = get_cfg_var('session.gc_maxlifetime')) {.

     $SESS_LIFE = 1440;.

Is that what you want..

Comment #11


This question was taken from a support group/message board and re-posted here so others can learn from it.