switched session id generator to use guid

This commit is contained in:
JT Smith 2005-04-01 19:12:56 +00:00
parent c23e22a3b4
commit ae691afe94
3 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,9 @@
- Whitespace in URLs will now be replaced with hyphens (-) instead of
underscores (_) because there is some evidence that hyphens get better
search index ranking than underscores.
- Turned off autocomplete on user manager.
- Switched session ID generator to use WebGUI::Id::generate() the same as
everything else.
6.5.5