forked from pimcore/pimcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Session] deprecate session class (pimcore#13923)
* [Session] deprecate session class * Update lib/Tool/Session.php Co-authored-by: Bernhard Rusch <[email protected]> * [Session] deprecate session class * Update Session.php * Update Session.php * Update Session.php * [Session] add upgrade notes * clarify session variable * Apply suggestions from code review Co-authored-by: Jacob Dreesen <[email protected]> * Apply suggestions from code review Co-authored-by: Bernhard Rusch <[email protected]> Co-authored-by: Jacob Dreesen <[email protected]>
- Loading branch information
1 parent
f14d52d
commit 4d3f1e3
Showing
5 changed files
with
117 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
|
||
/** | ||
* @internal | ||
* @deprecated | ||
*/ | ||
interface AdminSessionHandlerInterface | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
...evelopment_Documentation/23_Installation_and_Upgrade/09_Upgrade_Notes/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters