Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: IE issues with Cookies

by shanu_040 (Sexton)
on Sep 25, 2008 at 13:14 UTC ( [id://713640]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    var arrRecords = new Array();
    var arrCookie = new Array();
    ...
    
    }
    
  2. or download this
    
    if (exists $ENV{'HTTP_COOKIE'}) {
    ...
       }
    
    @selected_records = split(',', $value);
    
  3. or download this
    [% SET subscription = cgi.param('first') %]
    [% SET subject = cgi.param('second') %]
    ...
    );
    cookies.push(cookie)
    %]
    
  4. or download this
    
    my $template = $self->load_tt_template('setup_resource_final');
    ...
            $output .= $self->http_footer();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 18:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found