10292 shaares
287 private links
287 private links
72 results
tagged
blog
Too many people do not speak out because they are afraid of the consequences that may befall them.
Now every time user will request a page from your wordpress blog, the server will check if a session variable called 'splashscreen' exists. If it doesn't exists, (the first time) it will redirect the browser to landing.php and stop executing the script on index.php. Then when passing through landing.php, the session 'splashscreen' will exist and equal true, so the redirection won't happen and the landing page won't show again until the user clears his browser's session (force it by hand or quit the browser) and if you redirect from your landing page to another page of your blog, the code placed in index.php will execute as usual .
Michel Bauwens's blog on P2P