Summary | Impossible for guest users to utilize session storage |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 10/15/2010 (5392 days ago) |
Due | |
Updated | 11/21/2010 (5355 days ago) |
Assigned | 11/08/2010 (5368 days ago) |
Resolved | 11/21/2010 (5355 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 4 |
Patch | No |
State ⇒ Resolved
Now that
Bug #9311seems to be resolved, remove hotfixhttp://git.horde.org/diff.php/whups/ticket/comment.php?rt=horde-git&r1=ac22a6e2d2a9797eb4b378882194af1025b03d00&r2=8428ea374590d46c74a89dad9cb53f1cf496259c
http://git.horde.org/diff.php/whups/ticket/create.php?rt=horde-git&r1=53bda31d988c593dd078f5495aa221e37a101b66&r2=8428ea374590d46c74a89dad9cb53f1cf496259c
things. The key is that application's auth code should NOT set any
session variables in its authenticate/transparent functions. Session
storage should only be done in the post-auth callback. This allows us
to reset the session only if transparent authentication is successful.
Bug #9311: Better fix for transparent auth/maintaining guest sessionshttp://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Auth/Application.php?rt=horde-git&r1=ca66dc55a612edd633bf391499b07410f4430e34&r2=33972b5b500642c5fc7645ad13e5f51a673e70ed
Priority ⇒ 3. High
State ⇒ Feedback
Bug #9311: Allow session storage for guest usershttp://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Auth/Application.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=ca66dc55a612edd633bf391499b07410f4430e34
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=82bccce8fadb4691aafcf803bee94164da573408&r2=ca66dc55a612edd633bf391499b07410f4430e34
Priority ⇒ 2. Medium
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒ 4
Assigned to
Assigned to Michael Slusarz
Queue ⇒ Horde Base
Summary ⇒ Impossible for guest users to utilize session storage
Type ⇒ Bug
Bug: 9085prevents guest users frompersisting data in the session. This affects e.g., captcha forms, pref
storage in the session etc...
For the record, and to remind me to revert it - I previously added a
hotfix for Whups to allow bugs.h.o to work properly (commits
ac22a6e2d2a9797eb4b3 and ba0d8e3cb287ab84e2e2).