Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucssite
sso
Commits
17d7a81f
Commit
17d7a81f
authored
Oct 31, 2019
by
Imran Hussain
Browse files
Forgot the whole setting up of the cookie!
parent
59e61362
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/index.php
View file @
17d7a81f
...
...
@@ -10,6 +10,9 @@ $RATELIMITED = false;
$SUCS_LOGIN
=
false
;
$ISS_LOGIN
=
false
;
session_set_cookie_params
(
0
,
"/"
,
"sucs.org"
,
true
,
true
);
session_name
(
'sucs_sso_id_v1'
);
session_start
();
$SESSIONID
=
session_id
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment