in reply to Re: Session id generation with Perl once more
in thread Session id generation with Perl once more

Database-chosen IDs (that is, sequences/integer primary key not null) are highly predictable and thus shouldn't be passed to the outside world.

  • Comment on Re^2: Session id generation with Perl once more