I have a question about Resonse.Redirect to an https page.
For the line
response.redirect("https://thiswebsite.com/thispage.aspx")
Does this start a new session? Will I loose my Sessions objects? If so, is there another way do a redirect to an ssl secured page and NOT loose my session object?
Thanks
