Actually the rpoblem is I have a loop of forms and in each form I have a different value to the same variable name. I have to choose one of these to attribute to the session variable. Can someone help? Thamx again.
how do you determine which value you will be assigning to the session variable? once you've selected the value to assign to it, it would be Session("sessionname"=Value as pgferro responded in your last message, where Value = Request.Form("fieldvalue"
Session variables are....session variables, so you can call their contents from any asp page that is opened during that session. For example you set a Session Variable when a user logs in, and until the user closes its browser or the sessione expires (default 20 minutes) the content of the session will always be available just calling it.
If you want to go deeper in the subject, just browse one of the dozens good asp sites and search for it..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.