Daniel Brown wrote:
Also, check and see what is included in the 404 response. Is it a
custom page? Right-click the missing image and click "view image" to
view the configured 404 response. There may be a page that is
instantiating its own session, destroying all sessions, or doing
something else that you really don't like.
Thanks Daniel. I believe you have something. I have a custom 404 error
page which starts the same session which is already in progress to show
the current page. Now these 404 instances also do session updates in
the header (because I'm using a template layout, you know). Therefor,
the session file is obviously getting trampled on with these custom
404s. Wow, I would not have figured that out anytime soon. I just
need to get less fancy with my 404 page, huh?
Thanks,
-eric wood
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php