D web apps: cgi.d now supports scgi

dnewbie run3 at myopera.com
Sun Mar 25 12:37:12 PDT 2012


On Sunday, 25 March 2012 at 19:22:02 UTC, Adam D. Ruppe wrote:
> On Sunday, 25 March 2012 at 19:14:32 UTC, dnewbie wrote:
>> I wonder how can I generate unique, non predictable session 
>> ids.
>
> In web.d, there's a Session class that generates them
> with std.random.uniform. I suspect this isn't the
> best possible, but it's worked pretty well so far.
>
> The session class also uses a file to store persistent
> string key/value data.

This is what I was looking for. Rock'n'roll!!


More information about the Digitalmars-d-announce mailing list