Thunderstone Software Document Retreival and Management
Search:
Advanced Search
Home | Products | Company | News | Tech Support | Demos | Contact Us
Vortex Manual

COOKIES - control cookie import

 

SYNOPSIS

<COOKIES urldecode|asis>


DESCRIPTION
The COOKIES directive controls how HTTP cookies are imported into Vortex variables upon script start. The default setting of urldecode will URL-decode cookie values when initializing Vortex variables, ie. assume they are URL-encoded. The setting of asis will not decode values, ie. leave them as-is. This setting can be useful to import cookies set by another application that does not URL-encode the values.

The COOKIES directive overrides the system-wide default set by the [Texis] Cookies setting of texis.cnf (p.  gif ).


EXAMPLE

<COOKIES asis>

<A NAME=main>
  <if "" neq $ASPSESSIONID>
    ... check ASP session info ...
  </if>
</A>


CAVEATS
The <COOKIES> directive was added in version 5.01.1121884211 20050720. It defaulted to urldecode in previous versions.


SEE ALSO
[Texis] Cookies setting of texis.cnf


Copyright © Thunderstone Software     Last updated: Wed Sep 10 11:16:28 EDT 2008
 
Home   ::   Products   ::   Company   ::   News   ::   Tech Support   ::   Demos   ::   Contact Us
Copyright © 2008 Thunderstone Software LLC. All rights reserved.