Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Getting a Cookie from .net iis server

by benny666 (Initiate)
on Oct 27, 2003 at 01:30 UTC ( [id://302305]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    use HTTP::Request::Common qw(POST);
    ...
    
    BEGIN { $LWP::DebugFile::outname = 'c:/ua_debug.txt' }
    use LWP::DebugFile qw(+);
    
  2. or download this
    #create cookies jar to hold the cookies for this user agent
    my $cookie_jar = HTTP::Cookies->new(
    ...
                                        autosave => 1,
    
                                       );
    
  3. or download this
    #create cookies jar to hold the cookies for this user agent
     my $cookie_jar = HTTP::Cookies::Microsoft->new(
    ...
              }
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://302305]
Approved by jonnyfolk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-24 12:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found