From 89b7c1cb5574195e37e26e5f01f20525dce3909b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 6 Mar 2008 15:08:44 +0000 Subject: [PATCH] Adding some text to NOSESSION error git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@366 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/errors.php b/dictionaries/errors.php index e94c48217..ab89b8f9b 100644 --- a/dictionaries/errors.php +++ b/dictionaries/errors.php @@ -40,7 +40,7 @@ $lang = array( 'descr_NORELAYSTATE' => 'The initiator of this request did not provide an RelayState parameter, that tells where to go next.', 'title_NOSESSION' => 'No session found', - 'descr_NOSESSION' => 'Unfortuneately we could not get your session. This could be because your browser do not support cookies, or cookies is disabled.', + 'descr_NOSESSION' => 'Unfortuneately we could not get your session. This could be because your browser do not support cookies, or cookies is disabled. Or may be your session timed out because you let the browser open for a long time.', 'title_PROCESSASSERTION' => 'Error processing response from IdP', 'descr_PROCESSASSERTION' => 'We did not accept the response sent from the Identity Provider.', -- GitLab