Mark,
>
> I recommended using postrun for this, becaues it runs after every run
> mode in the module, but is only needed one once: After you have logged
> in.  I would find it more efficient and logicial to then call
> set_session() at the end of the login processing run mode.

Thanks, I didn't realize that it ran after every run mode. I'll put it up
in cgiapp_init.
>
> "postrun" tends to be rarely used my experience.
>
> The one related thing I have done is to call "$self->session->flush()"
> in the teardown() phase. I think that should happen automatically.

Are you saying flush happens automatically and not to use it?

One more question. flush comes from C::S. Am I reading that I can use
methods from the "parent" modules in the C::A::Plugins?

Thanks, Brad

>
>
>     Mark
>
> --
> http://mark.stosberg.com/
>
>
> ---------------------------------------------------------------------
> Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
>               http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to