Twitter bootstrap and PHP session_start()
I am working on a site at the moment with PHP and Twitter Bootstrap. If I put session_start() first then the layout messes up because Bootstrap requires <!DOCTYPE html> first. If I put <!DOCTYPE html> then I cant use sessions.…