A Taylor <[EMAIL PROTECTED]> wrote:

: Hi all,
: I have a problem that I am hoping someone can shed some
: light on. I have written a cookie in perl and what I want
: to do is read the cookie back but in an asp script. I can
: read the cookie back in other perl scripts but the asp
: script doesnt see it. Why is this and is there anyway
: around it ??

    I'm not sure I understand your question. ASP provides
objects to enable server side scripts to produce web pages.
Those scripts can be written in any sever side scripting
language including perlscrpt, VBscript, and Jscript.

    You can retrieve cookies in the ASP environment using
the Cookies method of the Response object. This page walks
you through an example.

 http://www.w3schools.com/asp/asp_cookies.asp


    You can find more examples of ASP and cookies at Google.

 http://www.google.com/search?q=ASP+cookies


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to