Session Questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working on a Web Survey using Asp.net.
And the Web Survey should only be filled once by each user..
if the user logs on to the site the second time and had already filled the
form before i want the page to display (User already filled the SURVEY!!)
Any ideas??
 
Thx for the reply.
But my aim here is that i want each user to be able to fill the survey only
once!
So if the user comes back to fill the survey or the page it should state
SURVEY already filled.
 
I know, and I'm saying Authentication is the only way you can be sure they
haven't filled out the survey before.
You could use cookies instead but that isn't nearly as secure.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top