What is diff between session and proflies????
am too confused!!
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.
Manikavelu VelayuthamPosted Sep 22, 2010, 5:49 AM
1- Profile object is for a particular user:
2- Profile object is persistent:
3- Profile object is strongly typed:
Session:
1- Session object is also for a particular user:
2- Session object is not-persistent:
3- Session object is not strongly typed: