Session_id

Hi

I would like to set my own session_id instead of a md5 value.
Any ideas?

Thanks
Seb

On 8/15/06, Sébastien Gruhier [email protected] wrote:

I would like to set my own session_id instead of a md5 value.
Any ideas?

Reopen CGI::Session and define your own create_new_id method.

jeremy

On 15/08/06, Sébastien Gruhier [email protected] wrote:

I would like to set my own session_id instead of a md5 value.
Any ideas?

In ActionController::Base, it appears you can pass a :session_id
parameter
to the constructor.