[Trac-tickets] Re: [The Trac Project] #1250: Personal information
storage
The Trac Project
noreply at edgewall.com
Thu Mar 10 04:11:45 EST 2005
#1250: Personal information storage
---------------------+------------------------------------------------------
Id: 1250 | Status: new
Component: general | Modified: Thu Mar 10 04:11:40 2005
Severity: normal | Milestone:
Priority: normal | Version: 0.8
Owner: jonas | Reporter: chris at growl.info
---------------------+------------------------------------------------------
Comment (by cmlenz):
Well, for authenticated users, the need to use a session key has been
removed in [1335]. Settings are simply stored under the username. Is
''that'' your point?
For anonymous users, I don't see many alternatives to the session key. I
guess we could:
* Just not expose the session ID and have the user adjust her settings on
every different computer (which I guess most people do anyway)
* Masquerade the session ID mechanism behind a registration/login UI
(which seems a bit silly IMHO)
Oh, and about using a session ID that already exists: there ''is'' code in
place to prevent that.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1250>
The Trac Project <>
More information about the Trac-Tickets
mailing list