Please tell me How to store object on server for particular user with out using session.
Thanks in Advance!
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.
ArshadPosted Mar 28, 2011, 5:41 AM
Application object is for entire application, it can be shared with all the users who are acessing the application.if you ave to maintain a object for perticular user then you have to go for session, and if you dont want to use the inbuilt session, dont use. Create your own session class (public static class) create one Dictionary object with key and do the get set. now you can use this dictionary object inside of application
Regards,
Arshad
vijay kumar singhPosted Mar 28, 2011, 1:49 AM
CrishPosted Mar 28, 2011, 1:40 AM
Suthish NairPosted Mar 27, 2011, 12:53 PM
Search for article...