View Single Post
  #16 (permalink)  
Old 07-13-2006, 07:21 AM
bloxar bloxar is offline
WebProWorld Member
 

Join Date: Jul 2004
Location: Argentina
Posts: 31
bloxar RepRank 0
Default

[quote="Spooky"]Yes she did. My view would be, however, that this would not be the best method to achieve the poster's goal, as the user may choose to navigate in a way that the poster would not like or anticipate, thus potentially losing the information that the poster wished to include in their form to their sales team. Using a session cookie should mean that, in most instances, the end goal will be achieved regardless of the user behaviour - at least for that one visit anyway.

My 2 cents.[/
quote]



Hello Spooky,

Yes of course you are right this is not the appropriate method to get orders.
She needs persistent data, but this would be very long to explain here, I guess.

Session it is not a secure manner to get data either, Cookies has it own problems too.

So a way to archive all this without Db, cookies, etc. Would be to store all data’s products into a hidden field in a frame but this involves client side programming.


Regards,

...
Reply With Quote