Hi,
What is session in ASP, what is difference between session state of asp and asp.net?
Thanks.
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.
Prabhu RajaPosted Oct 5, 2011, 2:34 AM
Session Creation :
Session["HomePage"] = "Welcome"; //Value for Homepage Session
Retrieving Session:
String Message = Session["HomePage"].ToString();
thank You
Jaganathan BantheswaranPosted Oct 5, 2011, 12:45 AM
Session State Management in Application having ASP and ASP. Net Pages
You can find good explanation here