Read ASP.Net Cookie from Classic ASP -


I am having trouble reading asp.net cookies from the classic ASP file. I am using my code:

First of all, there is ASP.NET site setup in IIS. I setup an application in ASP.NET site and direct it to another folder in the InSetub tab. I am This app is called '/ classicp' because all its classic asp is inside the application.

In .aspx file, it is implementing this code:

  Response.Cookies ["Testcookie"]. Path = "/ classicasp"; Response. Cookies ["testcookie"]. Value = "test";   

In the .asp file, it is executing this code:

  & lt;% for every cookie in the request. Cookie Response. Type (cookie and amp; "=" and request cookies and "Path:" and "& lt; br & gt;") next% & gt;   

But the .asp page is empty, since then no results are being shown on this page .. For the next statement .. why is this happening but any help? I think I follow the instructions and I am doing this how it should be, but I do not think so.

request

  The minimum X, Y given for each x . Copy the requests. Give feedback ("& lt; p & gt;") If requested. Cookies (x). So on request there is Kiki for every Y. (X) response. Written (x & amp; ":" & amp; y & amp; "=" & request. Cookies (x) (y)) response.write ("& lt; br / & gt; Write (x and "=" and request cookies (x) & "
" if the response occurs. Type "" Next

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -