When re-creating an expired session, re-use the
authorArt Cancro <ajc@citadel.org>
Sat, 10 Mar 2007 21:03:36 +0000 (21:03 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 10 Mar 2007 21:03:36 +0000 (21:03 +0000)
commita2d82eeb8776a9c4c1d6eb0e8b59505535463bdd
treee656629e66937dc081eaa79f9fb218b8a7b49249
parent5a2fe43a4c834a6f5c8d97187cf8979a5bcb08e9
When re-creating an expired session, re-use the
session ID number that they had before.  Although the client
browser is supposed to pick up the new session ID from the next
cookie and start using it, some badly configured clients do not
do this, causing many new sessions to be created.
webcit/context_loop.c
webcit/cookie_conversion.c