ActiveRecordStore: Where is the session id generated?

Where can I find the algorithm that generates the session ids for the ActiveRecordStore (sql session)?

Thanks,

Shimon Amit

See CGI::Session#create_new_id in the Ruby standard library.

jeremy