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 specify session time out in web.config file,
can also use timespan--20 minutes is default, also The timeout attribute cannot be set to a value that is greater than 525,601 minutes (1 year) for the in-process and state-server modes.