i want to use session in my application at website is develop at file location.
how it create & maintain ?what is use of viewstate?please answer.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Mar 12, 2011, 12:51 PM
Suthish NairPosted Mar 10, 2011, 2:19 PM
Krishna GaradPosted Mar 10, 2011, 3:50 AM
//Here instead of Inproc you can use SqlServer, StateServer,Outproc etc... option
for more explaination check out this article
http://www.c-sharpcorner.com/UploadFile/ganesh.nataraj/ASPdotNETSessionState09212005235624PM/ASPdotNETSessionState.aspx
Koteswararao MallisettiPosted Mar 10, 2011, 3:41 AM
but sessions will keep in server side and more secure only session id will travel between client and server.
use:
1.with in a page u want to maintain state go to ViewState
2.do you maintain state with in application to to session.