

Assuming you have some sort of admin panel, there might be an option to disable login? we'd at least need to know what is powering this (doesn't look like wordpress) to help more
Could you point us to the script? Somebody may have used it before. Otherwise, you may have to hire somebody (or find a good samaritan you can trust) and get them to look at it for you.
Just take out the sessions stuff from the headers or config or whatever file there is which is being included all across the script
If you are good at php then you can keep sessions and edit the login part so guest sessions can be established. Otherwise just removing the sessions part will also do.
Thanks.


