I have a shopping cart with affiliate sales support. What's happening is
that some affiliates are using frames to use their domain while using
our shopping cart. So they are using a frameset like this:

<frameset rows="1,*" FRAMEBORDER=0 BORDER=0>

   <frame MARGINWIDTH="0" MARGINHEIGHT="0" 
   name="board" src="top.html">

   <frame MARGINWIDTH="0" MARGINHEIGHT="0" 
   name="post" src="http://www.domain.com/?store_id=15008";>

</frameset>

The problem I'm having is that sessions are not being passed properly or
are expiring. 

Anybody experience this kind of problem? If so can you provide any
advice on passing sessions through frames?

Thanks.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to