[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Problems mv_nextpage
Hi betty c and Hi Ed LaFrance,
you have right about the losing session information. But i am able to go
outside from my shop to do anything in an external online database (or
shop) and go back to my shop without losing session informations
(without cookies too). Because, if the site outside form MV is able to
handle individual session id (not using the same cookies from mv) and MV
get data from outside with session id, the mv session informations will
not be lost!
E.g. if the interface to outside is
http://www.outside.com/anypage?anyparams1&anyparams2&...anyID, i call
this with http://www.outside.com/anypage?anyparams1&anyparams2&...[data
session id]. If the browser agent is finish and go back to my shop
(clicking the return button to my shop), the return link to my shop is
http://www.mydomain.com/cgi-bin/myshop/mygobackpage?sessionID
The sessionID is the same like [data session ID].
If i get data from outside. In my mygobackpage are mv codes to receive
the datas from the outside!
All this works well, if the data interface between the outside and MV is
defined well!
(See fetching cgi query string im mailarchiv by Robert Barta, if i
remembered right from my head.)
Best Regards
Joachim
betty c wrote:
>
> ****** message to minivend-users from betty c <bc90007@yahoo.com> ******
>
> Hi.
> try this:
> <input type="hidden" name="mv_nextpage" value="mvoutside">
>
> mvoutside.html :
>
> [tag op=header interpolate=1]
> Status: 302 moved
> Location: http://www.foo.com/stuff.html
> [/tag]
>
> per Ed: remember loss session information
>
> --- Ed LaFrance <edlafrance@printexusa.com> wrote:
> > ****** message to minivend-users from Ed LaFrance
> > <edlafrance@printexusa.com> ******
> >
> >
> > > Hi!
> > >
> > > I'm having problems tryin' to link minivend pages with pages on another
> > >site.
> > >
> > > I have a form. I'm doing a normal checking for the form, and, in case
> > >of a success check, i would like to jump to another page, a normal one,
> > >outside
> > >of minivend's control.
> > >
> > > I'm trying to set mv_nextpage="http://www.wherever.com" and it doesn't
> > work.
> > >
> > > I've been also trying with mv_sucesspage and didn't work.
> > >
> > > Does anyone know if there is a way to jump to a normal URL after
> > >the [procces target] for the form.
> > >
> > > Lots of thanks
> > > JULIO GArcia
> > > MHP Systems, S.L.
> >
> >
> > When you send the user to a link outside Minivend, all their session info
> > is lost, so generally this is not something you want to do without a big
> > flashing warning and a chance for the user bail out. I imagine for this
> > reason mv_nextpage will not allow URL's outside of the Minivend space
> > (maybe Mike can confirm...)
> >
> > I can suggest a "hack" which will work. Set mv_nextpage to a blank HTML
> > page which contains the following within the <head></head> pair:
> >
> > <META HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.wherever.com">
> >
> > This tag will redirect the user to wherever.com as soon as mv_nextpage is
> > loaded, which shouldn't take but a fraction of a second as long as it
> > contains nothing in the <body></body>.
> >
> > Good Luck!
> >
> > - Ed L.
> >
> >
> > -
> > PRINTEX Marking Technologies
> > 12113 Kirkham Rd.
> > Poway, CA 92064 U.S.A.
> > (858) 513-2418
> > (800) 982-1928
> > (858) 513-2419 fax
> > edlafrance@printexusa.com
> > http://www.printexusa.com
> >
> >
> > -
> > 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
> >
>
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
> -
> 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
--
-------------Hans-Joachim Leidinger---------------------