Sessions

  • Thread starter Thread starter JJ297
  • Start date Start date
J

JJ297

Can some one help me, I'm trying to carry

Session("GetPin") from my very first page (validate.aspx) to couple
of pages away called AddQuestions.aspx.vb.

I need to check the credentials then add the Pin of that person into
the database when someone clicks the submit button.

I have it placed under the other parameters as:

.Parameters.AddWithValue("@CDPPin", CDPPin)




Thanks.
 
Have you looked into setting a per session cookie and retreiving the cookie.
 

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