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.