[ic] how to remove session id from url link

Klaatu IC icgort33 at gmail.com
Wed Apr 20 02:34:20 UTC 2016


On Wed, Apr 20, 2016 at 6:49 AM, Steve Bronson <steve at airdelights.com> wrote:
> I have this code: <a href="[long-tail [sql-code]]">
>
> It creates this link:
>
> http://www.airdelights.com/401310--OneShot-Automatic-Hand-Soap-Dispenser-Chrome?id=5E7J3eeZ&mv_pc=7604
>
> How do I create the long-tail link without showing the ?id=5E7J3eeZ&mv_pc=7604

I am a bit confused with the long-tail tag as have never seen it
before however it sounds as if want to end up with something like:

http://www.airdelights.com/401310--OneShot-Automatic-Hand-Soap-Dispenser-Chrome?mv_tmp_session=1

With the area tag you could generate a URL without a session id using
something like:

<a href="[area href=401310--OneShot-Automatic-Hand-Soap-Dispenser-Chrome
form="mv_tmp_session=1"]
">

or in a complex search:

<a href="[area href=scan
arg="sf=category
se=Mystery
co=1
sf=prod_group
se=Fiction
tf=price
to=n
ml=30"
form="mv_tmp_session=1
somethingelse=2"]
">

so maybe try something like:

<a href="[area href=[long-tail [sql-code]] form="mv_tmp_session=1"]">



More information about the interchange-users mailing list