site logs out automatically after few minutes of inactivity

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sunson6
Forum Newbie
Posts: 2
Joined: Tue Apr 05, 2011 6:27 am

site logs out automatically after few minutes of inactivity

Post by sunson6 »

I have a problem

my site is logs out it's members within couple of minutes of inactivity(idle time).

i have got two php.ini files in two panels( apanel for admin, and mpanel for members)

that is

root
L apanel
L php.ini
L mpanel
L php.ini

how to increase the inactivity time to 15minutes or more
fugix
Forum Contributor
Posts: 207
Joined: Fri Mar 18, 2011 8:01 pm

Re: site logs out automatically after few minutes of inactiv

Post by fugix »

are you using sessions or cookies?
sunson6
Forum Newbie
Posts: 2
Joined: Tue Apr 05, 2011 6:27 am

Re: site logs out automatically after few minutes of inactiv

Post by sunson6 »

sunson6 wrote:I have a problem

my site is logs out it's members within couple of minutes of inactivity(idle time).

i have got two php.ini files in two panels( apanel for admin, and mpanel for members)

that is

root
L apanel
L php.ini
L mpanel
L php.ini

how to increase the inactivity time to 15minutes or more

i'm using sessions.
putur12
Forum Newbie
Posts: 4
Joined: Wed Apr 20, 2011 6:24 am

Re: site logs out automatically after few minutes of inactiv

Post by putur12 »

thanks, i have been looking for this.
Post Reply