Ticket #111 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

Show cookie warning in auth simple backend

Reported by: flack Assigned to: tarjei
Priority: major Milestone:
Component: MidCOM core Version:
Keywords: Cc:

Description

It would be nice if the cookie-based simple auth backend could somehow display a warning when it cannot set a cookie (because the user's browser has cookies disabled, f.x.). It would give non-experts the ability to see what went wrong more easily (and hopefully helping them to fix it without having to contact the admin for support).

From what I've read, it might be the easiest to do it in Javascript, so it wouldn't work when this is disabled in the browser. In PHP, the procedure requires two page loads, so this may not be ideal either.

Change History

08/29/07 16:19:16 changed by flack

  • owner changed from bergie to tarjei.
  • component changed from Asgard to MidCOM core.