View Single Post
  #8  
Old 10-31-2002, 08:49 AM
 
chris chris is offline
 

Senior Member
  
Join Date: Sep 2002
Location: UK
Posts: 145
 

Default I think there is another way

I had this problem with fcart and the developers told me to add this code snippet at the top of the page - I believe it will also work for xcart. The idea is that it preserves your session id when moving outside xcart as such - it certainly works for fcart

Code:
<? session_register("id") ?>

Insert that snippet at the top of your standard html page and then rename your page filesomething.php

Hope this helps

quote for today: get on your bike !!
__________________
Chris
some carts at v4.4.5 security patched on a hardened managed unix server
Reply With Quote