What should I write in web config file in asp.net so that my session time is extended. and please tell me the exact location where should I place the code in web config
You can change session timeout value in web.config.
If the desired session timeout is 60 minutes, markup code in web.config should look like this: