Dose anybody know how to set session timeout greater than 30 minutes? these two methods wont work (default to 30 min).
If you want to never expire a session use 0 or negative value -1.
0
-1
or mention 1440 it indicates 1440 minutes [24hours * 60 minutes]
1440
1440 minutes
24hours * 60 minutes
Session will be expire after 24hours.
24hours