Ive got an ASP Script that collects an ID from a form and sets its as a Session Variable ie:
<%Session("ID" = request.form("MemberID"%>
this works fine but then at the end of the script there is a response.redirect to another page but the Session variable isn't passed to the rediret page.
Can anyone help?
<%Session("ID" = request.form("MemberID"%>
this works fine but then at the end of the script there is a response.redirect to another page but the Session variable isn't passed to the rediret page.
Can anyone help?