Search the Community
Showing results for tags 'drupal'.
-
Is there a tool to find a webpage's location on a server? I am not able to locate the page www.parkinson.org/blog (which itself gets redirected from www.parkinson.org/find-help/blog). Any recommendations appreciated.
-
Hello, I am researching KMS web apps for a project and have come across Open Atrium 2 which seems to have a lot of great features for content and knowledge management. One thing it does not do is work offline, it needs a live internet connection to reference stylesheet/font type resources without which a lot of navigation doesn't work. But we want to implement it on an air-gapped network. Please share any opinions you might have regarding how difficult it would be to adapt it for complete offline use. In my mind, I would need to identify where it is accessing remote resources in pag
-
CMS/Forum Session/cookie management and security, picking a good example. I am starting an opensource GPL forum project primarily for the sake of learning. I have been looking at the different implementations for user authentication and session management of different CMS and forum packages.Trying to go through and learn what is being done. Also wondering which makes for the best example of a good clean way to implement it.I would prefer to store the bare minimum cookies client side and keep most data in session variables server side.Unless there is a good reason to have another cookie or two,