Hi,
I am having trouble either creating or deleting session variables if I then use a Response.Redirect to another page.
There seem to be a number of articles saying don't do this but don't offer any alternatives.
The only thing I can think of is to have a link on the page that someone clicks on after their log in has been successful. Ideally I would want to jump to the next page automatically though.
I am using classic ASP by the way so something like
Response.Redirect("nextpage.asp", False)
causes an error.
Thanks
Ed
I am having trouble either creating or deleting session variables if I then use a Response.Redirect to another page.
There seem to be a number of articles saying don't do this but don't offer any alternatives.
The only thing I can think of is to have a link on the page that someone clicks on after their log in has been successful. Ideally I would want to jump to the next page automatically though.
I am using classic ASP by the way so something like
Response.Redirect("nextpage.asp", False)
causes an error.
Thanks
Ed