GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Remove a line of extra code

Signed-off-by: Michael S. Klishin <michael@novemberain.com>
tohchye (author)
Fri Aug 29 07:11:29 -0700 2008
michaelklishin (committer)
Fri Aug 29 15:41:53 -0700 2008
commit  76fcd7f6b741fecf9dcb68a4a25d7b501731ca7e
tree    67de067c584b6b3e3833879af2bf7aaa2117239c
parent  a379fc3eaf52c3aba04d30777c491b4c6d47399b
...
20
21
22
23
24
25
26
...
20
21
22
 
23
24
25
0
@@ -20,7 +20,6 @@ module Merb
0
     def finalize_session
0
       new_session = request.session.read_cookie
0
       if @original_session != new_session
0
- options = {:expires => (Time.now + _session_expiry)}
0
         options = (_session_expiry > 0) ? {:expires => (Time.now + _session_expiry)} : {}
0
         options[:domain] = _session_cookie_domain if _session_cookie_domain
0
         cookies.set_cookie(_session_id_key, new_session, options)

Comments

    No one has commented yet.