I am using the offsite link contrb and was wondering what the osCsid=94ff2098a47c3c690ea783bb63ffd94e in the following code means
CODE
<form name="cart_quantity" action="http://www.yoursite.com/catalog/product_info.php?products_id=32&action=add_product&osCsid=94ff2098a47c3c690ea783bb63ffd94e" method="post">
<input type="hidden" name="osCsid" value="94ff2098a47c3c690ea783bb63ffd94e" />
<td class="main"><input type="hidden" name="products_id" value="32">
<input type="image" src="http://www.yoursite.com/includes/languages/english/images/buttons/button_in_cart.gif?osCsid=94ff2098a47c3c690ea783bb63ffd94e" border="0" alt="Add to Cart" title=" Add to Cart "></td>
</tr>
</table>
</form>
<input type="hidden" name="osCsid" value="94ff2098a47c3c690ea783bb63ffd94e" />
<td class="main"><input type="hidden" name="products_id" value="32">
<input type="image" src="http://www.yoursite.com/includes/languages/english/images/buttons/button_in_cart.gif?osCsid=94ff2098a47c3c690ea783bb63ffd94e" border="0" alt="Add to Cart" title=" Add to Cart "></td>
</tr>
</table>
</form>
Thanks
