in reply to Session id generation with Perl once more

Yes, how will the session be stored? If it's a database, let it choose the ID.
  • Comment on Re: Session id generation with Perl once more

Replies are listed 'Best First'.
Re^2: Session id generation with Perl once more
by Corion (Patriarch) on Oct 06, 2016 at 17:21 UTC

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