"John D. Leonard II" wrote:
>
> Is there a method to clear out and restart an application? I've tried
> restarting httpd, but yes, the application state is persistent across httpd
> restarts.
>
delete data in StateDir, like:
\rm -rf /tmp/my_apps_state_dir/*
Doing this while your web server is down is the safest
way to approach this.
Technically, the application state will be purged whenever
your last session times out, so you could also wait for
SessionTimeout of web server inactivity which defaults
to 20 minutes. Set SessionTimeout real low while developing,
and you can purge $Application state that way too.
--Josh
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks <- Web Link Checking Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]