i am using php with symfony 2 framework and IIS has the web server . In my config file i have added the following code for timeout .
session:
cookie_lifetime: 36000 //time out is 10 hours
So if the cookie is disabled in user's machine will it affect the timeout or is cookie enabling really needed to timeout to work. I am trying to add a timeout of 10 hrs for user if they have left the application idle. Any feedback would be really helpfull. Thanks