Skip to content
Snippets Groups Projects
Commit 6ef26b1f authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Bugfix. Solves #213.

parent d8a09f10
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class sspmod_saml_IdP_SAML1 {
* Less than five seconds has passed since we were
* here the last time. Cookies are probably disabled.
*/
\SimpleSAML\Utils\HTTP::checkCookie(\SimpleSAML\Utils\HTTP::getSelfURL());
\SimpleSAML\Utils\HTTP::checkSessionCookie(\SimpleSAML\Utils\HTTP::getSelfURL());
}
}
......
......@@ -247,7 +247,7 @@ class sspmod_saml_IdP_SAML2 {
* Less than five seconds has passed since we were
* here the last time. Cookies are probably disabled.
*/
\SimpleSAML\Utils\HTTP::checkCookie(\SimpleSAML\Utils\HTTP::getSelfURL());
\SimpleSAML\Utils\HTTP::checkSessionCookie(\SimpleSAML\Utils\HTTP::getSelfURL());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment