[ic] "process-target" or "secure=1" starts new URL session

Karl Uhlig interchange-users@icdevgroup.org
Wed Jul 3 04:31:02 2002


Stefan Hornburg (Racke) wrote:

>"G Guttero" <gguttero@hotmail.com> writes:
>
>>I have <input type=hidden name=mv_session_id value="[data session id]"> in
>>all of my forms and all of my links are area tags.  Any form (search,
>>accountmaintenance, login) that has ACTION="[process]" works perfectly, but
>>any form with ACTION="[process-target]" or ACTION="[process secure=1]" or
>>ACTION="[process-target secure=1]" (flypage, basket) starts a new session ID
>>in the URL which causes a problem when cookies are disabled.  I think the
>>problem with secure=1 might have to do with the fact that I'm using a
>>temporary certificate until I transfer my domain name... I'm not sure.  What
>>is the difference between process and process-target in the form action?
>>What do I need to do to fix this?  Thank you!
>>
>
>process-target is just an alias for process. Do you have different domain
>names for the vanilla and secure server ? This is usually the problem here.
>
>Ciao
>        Racke
>
Also check specifically under  /templates/components/cart     About 44 
lines from the bottom of the file in Foundation, the word "value" had a 
typo until about a week ago when it got fixed (in the cvs 4.8.6 
version).  The line should read:

<input type=hidden name=mv_session_id value="[data session id]">

If the typo is a part of your cart, it could be causing your problem

Karl Uhlig