Page 1 of 1

Session Based Blog System

Posted: Thu Jun 30, 2005 12:43 am
by jeephp
Hi
I am looking for a open source Blog system which I can implement on my

site.

I found quite a number of them but the issue is that all the ones that I

found use a cookie based approach i.e. for the users of the site need to

have Cookies enabled in their browsers for the Blogs to function.

I was wondering if there is a open source Blog system which is Session

Variable based without the use of client side cookies so that even if the

users have Cookies disabled in their browsers the Blog would work for

them

Does anyone know of a open source Blog system that is Session based??

Thanks
P

Posted: Thu Jun 30, 2005 7:32 am
by shiznatix
i don't have one but im sure it can't be too difficult to change everything that is $_COOKIE to $_SESSION then just add session_start() at the top of each page. that will effectivly change it to a session based blog system...well there might be a little problem or two but im sure we could help you with that if the problem arises