Index  Up  <<  >>  


set_cookie

CALL INFORMATION
Parameters: name value expire

ONLY THE PARAMETERS ARE POSITIONAL.

Pass attribute hash as last to subroutine: no

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->set_cookie(
        {
         name => VALUE,
         value => VALUE,
         expire => VALUE,
        }
    )
  
 OR
 
    $Tag->set_cookie($name, $value, $expire);

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>