I have one application, one user purchase some products in
my application? and another person came he is also purchase
some products?how can we identify which user purchase which
items?
my answer is by using session id? but i dont know how? can
u give me programming for that?
Answer Posted / nidhi
take userid and store it in session variable.. when a user
purchases product store product details along with session
(userid) in database or an xml file and when u want to
retrive fetch from it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is OSI layer? Explain different layers.
What is GAC in ASP.NET 2.0
How to prepare culture-specific formatting in .net.
How to handle errors in Web API?
Which .NET framework supports Web API?
What are the data controls available in asp.net?
Do gac'ed assemblies have fulltrust?
Explain cookies with example.
What is the concepts of globalization and localization in .net?
What is an example of an application service provider?
Is sql backend or frontend?
How can we create custom controls in asp net?
Define cookie.
How can you ensure a permanent cookie?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?