Name

MV_SESSION_ID —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

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

NOTES

AVAILABILITY

MV_SESSION_ID is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Dispatch.pm
Line 1355 (context shows lines 1345-1359 in dispatch():1266)

  if($qc = $Vend::Cfg->{QueryCache} and $CGI::path_info =~ m{^/$qc->{intro}/} ) {
      ## Received cached query. Will gate $Vend::allow_qc in target (allows public queries)
      return response(Vend::Data::run_query_cache($qc,$sessionid));
}

$::Instance->{CookieName} = 'MV_SESSION_ID' if ! $::Instance->{CookieName};

$CGI::host = 'nobody' if $Vend::Cfg->{WideOpen};

if(! $sessionid) {
  if(my $id = $::Variable->{MV_SESSION_ID}) {
    $sessionid = $CGI::values{$id} if $CGI::values{$id};
  }

  if(! $sessionid and $CGI::redirect_status and $Vend::Cfg->{RedirectCache}) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!