TheWizardofInt Posted August 29, 2006 Posted August 29, 2006 My program hands off to and from and older ASP website. This website uses cookies to pass data between pages. Should I be able to get to those? I know it isn't sufficient just to call them by name Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
namxam Posted September 5, 2006 Posted September 5, 2006 Why isn't it sufficient to call them by their name? I am quite new to asp.net but have quite a lot of experience with web applications. And as cookies are independent of the language you use. Therefore it shouldn't matter what language you use to access them and their values. Quote
TheWizardofInt Posted September 5, 2006 Author Posted September 5, 2006 You're right - I saw where I was making a mistake in accessing them. If I have a website running under localhost called "Fred", and I create a cookie called "Dave", where should I look to find the cookie? Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.