> 1)  the sessions keys for the new sessions are twice as long as the old
> ones.  generally, this is a good thing, but i am concerned that the old
> session data will not get read when the cookie is submitted. will the
> old sessions get read and reused, read and new ones created, totally
> ignored?

Frankly, this all begs the question of why you are putting important
long-term data in Apache::Session.  That isn't what it's for.  You should
only have transient data in there.
I don't think you'll find any clear upgrade path that maintains the data,
so you either hav to write your own data migration script or not upgrade
Apache::Session.
- Perrin


Reply via email to