> >Is it safe to call SetupSession even if the session may already >have been setup? > Embperl doesn't check if the session is already setup. Normaly that doesn't matter, but a second setup will reset the dirty flag of Apache::Session, so if you have change any data before and don't change any data after the resetup, the changed data won't be saved. Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
