Skip to content

Commit

Permalink
Item10061: Babar requested syntax change on irc
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@10838 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Feb 28, 2011
1 parent b932f0e commit 4ada4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/LoginManager.pm
Expand Up @@ -816,7 +816,7 @@ sub _addSessionCookieToResponse {
-path => '/',
-domain => $Foswiki::cfg{Sessions}{CookieRealm} || '',
-httponly => 1,
-secure => $this->{session}{request}->secure,
-secure => $this->{session}->{request}->secure,
);

# An expiry time is only set if the session has the REMEMBER variable
Expand Down

0 comments on commit 4ada4a6

Please sign in to comment.