Hi All,
Is State and Session working same in Windows phone 7..?
Thank You..
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.
Amit ChoudharyPosted Aug 18, 2011, 1:19 AM
Windows phone 7 doesn't have session like we have in asp.net. State is a collection object that store information during the Dormant or Tombstoned state of application. But it's not exactly like session.
Isolated storage is another term where you want to persist the data for long time.