Re: [cart]'s ever get recycled?
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 31741
interpreted = N
texte = On 5/10/00 3:21 PM, Somebody asked:S>> SM (or anyone) can you *guarantee* that if I use cart numbers for a>> few hundred>> thousand recordIDs that in 10 years+ there will be no chance that>> when an admin creates>> a new record and goes to assign its ID that the [cart] will not load>> a duplicate that>> was used before?And Kenneth Grome at ken@simplewebstores.com suggested:> If you're that concerned about getting an absolutely unique value> every time, why don't you use a database to store the last number> used as a unique value, and increment it by one each time someone new> visits the site? You won't be able to use the [cart] tag if you do> this, so you won't have to be concerned about whether or not the> [cart] tag is going to give you what you want, because you'll be> dealing with that yourself ... :)My technique of choice is to create a record ID by slapping [cart] and[date %Y%m%d%H%M%S] together. Yes, this results in a number that looks likethe National Debt, but it exponentially increases the number of possibleunique numbers. You'd be hard-pressed to generate a duplicate value thisway. Also, since WebCat treats everything as text anyway, you could evenuse the encrypt context to hash the [cart] value. As long as you provide aseed, the hash encrypt generates will be unique even if you crypt the samestring multiple times. Providing a seed is key for this to work-- If youdon't use one, the hash will be the same every time you crypt the same text,as if it were a password in your users.db.-- Andrew Vernonavernon@dramatols.net-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
On 5/10/00 3:21 PM, Somebody asked:S>> SM (or anyone) can you *guarantee* that if I use cart numbers for a>> few hundred>> thousand recordIDs that in 10 years+ there will be no chance that>> when an admin creates>> a new record and goes to assign its ID that the [cart] will not load>> a duplicate that>> was used before?And Kenneth Grome at ken@simplewebstores.com suggested:> If you're that concerned about getting an absolutely unique value> every time, why don't you use a database to store the last number> used as a unique value, and increment it by one each time someone new> visits the site? You won't be able to use the [cart] tag if you do> this, so you won't have to be concerned about whether or not the> [cart] tag is going to give you what you want, because you'll be> dealing with that yourself ... :)My technique of choice is to create a record ID by slapping [cart] and[date %Y%m%d%H%M%S] together. Yes, this results in a number that looks likethe National Debt, but it exponentially increases the number of possibleunique numbers. You'd be hard-pressed to generate a duplicate value thisway. Also, since WebCat treats everything as text anyway, you could evenuse the encrypt context to hash the [cart] value. As long as you provide aseed, the hash encrypt generates will be unique even if you crypt the samestring multiple times. Providing a seed is key for this to work-- If youdon't use one, the hash will be the same every time you crypt the same text,as if it were a password in your users.db.-- Andrew Vernonavernon@dramatols.net-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Andrew Vernon
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Security Issues and WebCommerce Solution (1997)
Close-to Comparison Code (1998)
WebCat2b12 CGI Mac - [shownext] problem (1997)
Determining Method (2000)
[showif]'s inside [search] params? (2000)
Tracking inbound links for discounts (1997)
Pixo support? (1998)
WC1.6 to WC2 date formatting (1997)
Num Sort Descending (OT) (2004)
A multi-processor savvy WebCatalog? (1997)
RE: Checkboxes to add to cart... (1998)
Date stamp and purging (1998)
WebCatalog2 Feature Feedback (1996)
RE: [taxRate] [TaxTotal] ? (1997)
Frames and WebCat (1997)
[BoldWords] WebCat.acgib15Mac (1997)
WebCat2 - many [carts] on one template page? (1997)
[WebDNA] Triggers.db wiped completely blank (2011)
Interpret twice? (1997)
Extracting a Word (2000)