-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Установка срока действия куки по умолчанию
- Loading branch information
1 parent
9ba4fd0
commit 322ab11
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
// | ||
// URL: https://github.com/vbondarevsky/Connector | ||
// e-mail: [email protected] | ||
// Версия: 1.3.5 | ||
// Версия: 1.3.6 | ||
// | ||
// Требования: платформа 1С версии 8.3.10 и выше | ||
|
||
|
@@ -1457,7 +1457,7 @@ | |
НовыйCookie.Вставить("Домен", ""); | ||
НовыйCookie.Вставить("Путь", ""); | ||
НовыйCookie.Вставить("Порт"); | ||
НовыйCookie.Вставить("СрокДействия"); | ||
НовыйCookie.Вставить("СрокДействия", '39990101'); | ||
НовыйCookie.Вставить("ТолькоБезопасноеСоединение"); | ||
|
||
Возврат НовыйCookie; | ||
|