Passing Session Cookies from ASP to ASP.NET

N

Neil Negandhi

I've set session cookies in an asp script and need to retrieve the values in
an asp.net application (same virtual directory). I've taken the sample code
in the httprequest.cookies VS.NET2003 help topic to see what's being passed.
I can see all the cookie names but all the values are empty. How can I
solve this? Is there another technique I can use to securely pass values
from asp to asp.net?
 
C

Curt_C [MVP]

use either POST, QueryString or store the values in a DB/File/etc on the
server for retrieval
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Reading cookies in both ASP and ASP.NET pages 3
Using Cookies 0
Cookies 0
Disappearing ASP Cookies 0
Passing Data From ASP to ASP.NET 4
how asp.net set cookies? (http level) 1
ASP Session Vars to ASP.Net 6
cookies 1

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top