Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cfa6c812
authored
Jan 12, 2026
by
bapenda tasik
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
remark cookie
1 parent
033d3fe8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
opensipkd/base/views/templates/login.pt
opensipkd/base/views/templates/login.pt
View file @
cfa6c81
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
const
value
=
document
.
cookie
;
const
value
=
document
.
cookie
;
const
parts
=
value
.
split
(
`g_state=`
);
const
parts
=
value
.
split
(
`g_state=`
);
if
(
parts
.
length
===
2
)
{
if
(
parts
.
length
===
2
)
{
document
.
cookie
=
"max-age=0"
;
//
document.cookie = "max-age=0";
}
}
}
}
...
@@ -208,4 +208,4 @@
...
@@ -208,4 +208,4 @@
</script>
</script>
</body>
</body>
</html>
\ No newline at end of file
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment