Hi. This is probably an easy question but I am new to reading and writing cookies. I have created a site where customers MUST be logged in, however they can also browse round some dynamic ASP pages which I have created, but instead of getting the customer to log in again using my own username & password I would like to use the session which they are currently in having logged into Actinic. I have been told that this information is contained in the Session variables, and the Session ID is contained in the cookie, however I do not know what the cookie name is so I cannot access it with my ASP code: Request.Cookies("<cookie-name>").
Any help on this would be great. Thanks.
Any help on this would be great. Thanks.
Comment