Name

url_no_session_id —

VALUE

DEFAULT

DESCRIPTION

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

url_no_session_id is available in Interchange versions:

5.8.0, 5.9.0 (git-head)

SOURCE

Interchange 5.9.0 (1/1 contexts shown):

Source: lib/Vend/Util.pm
Line 1366 (context shows lines 1356-1370 in vendUrl():1316)

  push @parms, Vend::Interpolate::escape_form($opt->{form});
}

my($id, $ct);
$id = $Vend::SessionID
  unless $opt->{no_session_id}
  or     ($Vend::Cookie and $::Scratch->{mv_no_session_id});
$ct = ++$Vend::Session->{pageCount}
  unless $opt->{no_count};

if($opt->{no_session} or $::Pragma->{url_no_session_id}) {
  undef $id;
  undef $ct;
}


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!