Index  Up  <<  >>  


read_cookie

CALL INFORMATION
Parameters: name

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->read_cookie(
        {
         name => VALUE,
        }
    )
  
 OR
 
    $Tag->read_cookie($name);

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>