Skip to content

Commit

Permalink
minor #4276 [Components][HttpFoundation] Make a small grammatical adj…
Browse files Browse the repository at this point in the history
…ustment (fabschurt)

This PR was merged into the 2.3 branch.

Discussion
----------

[Components][HttpFoundation] Make a small grammatical adjustment

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3+
| Fixed tickets | n/a

The original form of the phrase - «The other option is to specifically
checking if a session has expired after the session is started.» - is
not entirely grammatically correct, as the infinitive form of «to check»
shall normally be used, or the gerund form, which is the form used in
this commit.

Commits
-------

3ad13a1 Make a small grammatical adjustment
  • Loading branch information
weaverryan committed Oct 15, 2014
2 parents 3b6c2b9 + 3ad13a1 commit d162329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/http_foundation/session_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ which runs reasonably frequently. The ``cookie_lifetime`` would be set to a
relatively high value, and the garbage collection ``gc_maxlifetime`` would be set
to destroy sessions at whatever the desired idle period is.

The other option is to specifically checking if a session has expired after the
The other option is specifically checking if a session has expired after the
session is started. The session can be destroyed as required. This method of
processing can allow the expiry of sessions to be integrated into the user
experience, for example, by displaying a message.
Expand Down

0 comments on commit d162329

Please sign in to comment.