Bugs item #9957, was opened at 2007-04-08 13:45 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=9957&group_id=426 Category: Standard Library Group: 1.8.4 Status: Open Resolution: None Priority: 3 Submitted By: Tuure Laurinolli (tazle) Assigned to: Nobody (None) Summary: Unable to create new sessions by giving session_id in option. Initial Comment: Creating a new session fails because session.new_session is not set to true when option['session_id'] is set and option['new_session'] is set to true. If option['new_session'] is set to false, creating new session fails as expected, and it option['session_id'] is not set, but option['new_session'] is set, creating new session succeeds with a random ID as expected, because the method that generated the random ID sets session.new_session to true. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=9957&group_id=426