I have been trying to extend the timeout session of my server, but it keeps timing out at 30 secs. There is an action that I need to perform that takes longer than that and Im not able to solve this.
I added the set_time_limit and max_execution_time to my php.ini file and uploaded it to the root of my site.
set_time_limit = 4500
max_execution_time = 3600
But it doesn't seem to be taking affect, the server keeps timing out at 30 seconds.
I want to set my server time session to 10 minutes. I will lower it, I just need to perform an action. I would really like some help on this. I've be battling this for some days now and can't figure it out.