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 <seb@itseb.com> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/99596453/attachment.html
On 15/08/06, S?bastien Gruhier <seb@itseb.com> 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. -- Cheers, Hasan Diwan <hasan.diwan@gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/fd2728b2/attachment.html