extend session life time

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
sathyaparthi
Forum Newbie
Posts: 7
Joined: Fri Jul 09, 2010 12:06 am

extend session life time

Post by sathyaparthi »

Hi,

How to increase a session life time?. Its default session time is 24 mins. But i have to increase more than default session time.

Can u please help me?.
User avatar
DigitalMind
Forum Contributor
Posts: 152
Joined: Mon Sep 27, 2010 2:27 am
Location: Ukraine, Kharkov

Re: extend session life time

Post by DigitalMind »

amargharat
Forum Commoner
Posts: 82
Joined: Wed Sep 16, 2009 2:43 am
Location: Mumbai, India
Contact:

Re: extend session life time

Post by amargharat »

Open your php.ini file and change the value against "session.gc_maxlifetime" parameter and set it as seconds.
Post Reply