Index  Up  <<  >>  


Cookies

Determines whether we will send (and read back) a cookie to get the session ID for links that go outside the catalog. Allows arbitrary HREF links to be placed in MiniVend pages, while still saving the contents of the session. The default is Yes.

    Cookies         Yes

If the Cookies directive is enabled, and mv_save_session is set upon submission of a user form (or in the CGI variables through a perl GlobalSub), the cookie will be persistent for the period defined by SaveExpire.

NOTE: You almost always want this to be ``Yes''.

Caching, timed builds, and static page building will never be in effect unless this directive is enabled.


Index  Up  <<  >>