Skip to content

Commit

Permalink
Renamed session token to __SESSION_TOKEN__
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Jan 23, 2016
1 parent 6032392 commit 387b99a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Session.php
Expand Up @@ -52,7 +52,10 @@ class Session implements SessionOptions, SessionSegment
SegmentTrait::__get insteadof AccessorTrait;
}

const TOKEN_NAME = 'session_token';
/**
* Name of the session token, may be used as form hidden input name.
*/
const TOKEN_NAME = '__SESSION_TOKEN__';

/**
* @return string
Expand Down

0 comments on commit 387b99a

Please sign in to comment.