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 A.

On 10/29/06, Shimon A. [email protected] wrote:

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

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

jeremy