Skip to content

Commit

Permalink
rename session cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Aug 7, 2016
1 parent 94034e7 commit e470ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def self.get_or_post(url,&block)
register Sinatra::Namespace
helpers Sinatra::UserAgentHelpers

use Rack::Session::Cookie, :key => 'indieauth.com',
use Rack::Session::Cookie, :key => 'indieauth-session',
:domain => SiteConfig.cookie_domain,
:path => '/',
:expire_after => 2592000,
Expand Down

0 comments on commit e470ea0

Please sign in to comment.