Re: Delete Forum Post
I am able to replicate that bug. It was working before so that bug must have crept in there recently. I will fix it soon. It should delete the thread automatically when deleting the last post in the thread.
As for view count, I don't like to use session state at all, its a performance killer. I think it is better to keep it simple and define a view as a request for the page.
Thanks,
Joe