[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Userdb password security/ Security ?
****** message to minivend-users from Hans-Joachim Leidinger <jojo@buchonline.net> ******
".cory.trese." wrote:
>
> ****** message to minivend-users from ".cory.trese." <digital@specialty-books.com> ******
>
> I'd just like to know how to pass arbitrary values to a session from another
> host. People in this thread have mentioned the possibility and one of my
> customer's is interested.
>
> Could someone how me an example or point me to the docs?
>
> Cory Trese
>
Do you want to know, how to transfer any data to another host or how to
get any data from another host?
If it is so...a short description...
1. Make a form page like (to another host)
<FORM ACTION="http://__SERVER_NAME____CGI_URL__/<pagename or
whatsoever>" METHOD="POST">
<INPUT TYPE="hidden"
NAME="any-variable-name-and-the-other-host-know-this-name-too"
VALUE="[value any-MV-name]">
and so on....
<input type="submit" Name=mv_todo VALUE="Send">
</FROM]
2. Make a "Get-data-from-another-host" page
[perl arg="cgi scratch"]
$Safe{'scratch'}->{"anyvariable1"} =
$Safe{'cgi'}->{"anyvariable1"};
$Safe{'scratch'}->{"anyvariable2} =
$Safe{'cgi'}->{"anyvariable2"};
and so on.....
"";
[/perl]
any codes to do this or that with the scratch var...and then redirect it
to the normal MV page
[tag op=header interpolate=1]
Status: 302 moved
Content-type: text/html
Location: [area href="<..basket or any confirm page...>.html"]
[/tag][set mv_no_cache]1[/set]
if you wish or write the normal mv and html codes.
Regards,
Joachim
--
-------------Hans-Joachim Leidinger---------------------
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list