[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] session ID oddity
> Probably the best thing to do is add an srand() call to
> Vend::Server::reset_vars(), which I have done in devel and might in
> stable if it corrects your problem.
This appears to have corrected the issue. I don't understand exactly
why, though, since the perl docs seem to swear that srand is needed only
once. I barely get any traffic on the site I noticed this on, so I would've
expected the perl random call to have better randomness than that. Unless
fork or prefork somehow factors in? I don't know but I'm curious.
Jeff