There are some threading issues in the stock dictionary object and some releases of MS software have a better thread safe dictionary. Read http://learnasp.com/advice/threadsafe.asp closely to get the full scoop on that topic.
http://learnasp.com/learn/dictionary.asp explains dictionary objects. http://learnasp.com/learn/subdictionary.asp shows an example of using it in the real world. http://learnasp.com/learn/rsfast.asp shows an example of using a dictionary in the real world. On 4/22/05, Mingle <[EMAIL PROTECTED]> wrote: > Hi, > > I am implementing the CheckOut process for an ASP Site. > > For storing the Temporary Data between Shipping/ Billing Forms, I was > thinking of using > Dictionary Object with Session Scope. Like > In Global.asa > <OBJECT Runat=Server ID="abc" ProgID="Scripting.Dictionary"> > > And then in Checkout Pages ....Store and Extract Info like abc.Add() , > abc.Item(). > > I can even Store the intermediate data using Session variables. I have read > that the Distionary Object is > better than Session Variables if you dont use in Application Scope. > > Please provide necessary guidance or any other way this can be done. > > Thanks, > Mingle > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
