I have long-lived sessions that (may) want to add or remove states after the session is created... the session object has a register_state method that is not documented, but looks functional if you peek under the covers. I thought I would check before wandering into this minefield... it looks like it would be ok to add or remove states, since it appears the SE_STATES hash is used in a "stateless" (har!) manner. Any problems with removing states from the hash?
I have other ways to do the job (it *is* perl, after all) but this might be cleaner. Thanks for any insight -- Alan
