Interchange Developer Resource
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

[ic] bounce and history-scan



Hi all,

results.html:

[bounce href="[history-scan exclude=nothing]"]

can lead to a lost of the session_id if the url found in
history-scan is not correctly urlencoded (for example
contains space characters at product categorys).

This appears only if you do not allow cookies and your
server is behind a proxy server.

To prevent this problem write something like:

[seti oldhref][history-scan exclude=nothing][/seti]
[calc]
          $Scratch->{oldhref} =~ s/ /%20/g; #some
encoder                                                                             
         
return;                                                                                                        
[/calc]
[bounce href="[scratch oldhref]"]

Ciao, Christian

-- 
_______________________________________________________

SIMULTEC AG                       PHONE +41 1 563 86 22
HARDTURMSTR. 261                  FAX   +41 1 563 86 29
CH-8005 Zuerich                   E-Mail cg@simultec.ch

		 http://www.simultec.ch
_______________________________________________________


Search for: Sort by: