hi..
i was hosted my asp.net application in to my remote server.
i have a view button in my grid. so each and every time i clicked the view button i got the error message as
"session has timed out!please login and continue"
i was set this line in my web.config file:
<sessionState timeout="180" />
in my IIS settings i was went to site properties and edit the configuration->state mgmt. and updated the time out in to 180.
but nothing is worked.
so how to avoid the above issue.
need ur suggestions with examples.
regards
gopal.s