D web apps: cgi.d now supports scgi
Adam D. Ruppe
destructionator at gmail.com
Sun Mar 25 12:22:01 PDT 2012
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.
More information about the Digitalmars-d-announce
mailing list