Hi Folks<div><br></div><div>I use this pattern often, but have not found a module that does it, so I could just not know the correct name for things. </div><div><br></div><div>* Create a unique key, normally an MD5 hash</div>
<div>* assign a set of data to the key and store this in the DB</div><div>* Create a url with this key in it</div><div>* When someone visits this url, load my stored data and do a bunch of things</div><div><br></div><div>
I use this for obfuscated action urls, transactions and various other things, and keep doubting that I am the only one doing this. The url bit of this is just a use case, the main functionality I find myself building is the tool to create and retrieve datasets. </div>
<div><br></div><div>Any existing module for this ? </div><div><br></div><div>Peter</div><div><br></div><div><br></div><div><br></div><div><br></div>